Skip to content

Commit

Permalink
add guava
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelb committed Jun 10, 2014
1 parent 26938a8 commit ef37a5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
<artifactId>webbit-rest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<wicket.version>6.14.0</wicket.version>
<!-- We need a version that works with Java 6 and Java 7: http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html -->
<jetty.version>8.1.12.v20130726</jetty.version>
<guava.version>17.0</guava.version>
</properties>
<licenses>
<license>
Expand Down Expand Up @@ -431,6 +432,11 @@
<artifactId>jetty-servlet</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit ef37a5c

Please sign in to comment.