Skip to content

Commit

Permalink
OJAI 2.0 requires Guava 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakishore committed Jun 27, 2017
1 parent 8a8677f commit cc23977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -86,6 +86,7 @@
<distMgmtStagingName>Sonatype Release Distribution Repository</distMgmtStagingName>
<distMgmtStagingUrl>https://oss.sonatype.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>

<guava.version>18.0</guava.version>
<slf4j.version>1.7.12</slf4j.version>
<hadoop.version>2.7.1</hadoop.version>
<jackson.version>2.7.2</jackson.version>
Expand Down Expand Up @@ -231,7 +232,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit cc23977

Please sign in to comment.