Skip to content

Commit

Permalink
review commits
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Feb 21, 2020
1 parent 2767516 commit 268a644
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 0 additions & 3 deletions job/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,14 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>${jersey.version}</version>
</dependency>

<!-- Internal dependencies -->
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
<glusterfs-hadoop.version>2.3.13</glusterfs-hadoop.version>
<grpc.version>1.27.0</grpc.version>
<netty.version>4.1.42.Final</netty.version>
<rocksdb.version>5.15.10</rocksdb.version>
<hadoop.version>2.7.3</hadoop.version>
<jacoco.version>0.8.5</jacoco.version>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -599,6 +600,11 @@
<artifactId>jersey-media-json-jackson</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.gluster</groupId>
<artifactId>glusterfs-hadoop</artifactId>
Expand Down Expand Up @@ -634,7 +640,7 @@
<dependency>
<groupId>org.rocksdb</groupId>
<artifactId>rocksdbjni</artifactId>
<version>6.6.4</version>
<version>${rocksdb.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 268a644

Please sign in to comment.