Skip to content

Commit

Permalink
HBASE-22478 Add jackson dependency for hbase-http module
Browse files Browse the repository at this point in the history
Signed-off-by: Guanghao Zhang <[email protected]>
  • Loading branch information
Apache9 committed May 27, 2019
1 parent 5dcfe5f commit 73267d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hbase-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>default</id>
Expand Down Expand Up @@ -345,6 +344,11 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.13</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -398,6 +402,10 @@
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 73267d9

Please sign in to comment.