Skip to content

Commit

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

<build>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<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 @@ -432,11 +431,6 @@
<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 ecd847d

Please sign in to comment.