Skip to content

Commit

Permalink
examples doesn't need to explicitly bring in guava any more
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalbraith committed Oct 12, 2018
1 parent 6647422 commit de391c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions crawler4j-examples/crawler4j-examples-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,12 @@
<url>https://github.com/yasserg/crawler4j</url>
<modelVersion>4.0.0</modelVersion>

<properties>
<guava.version>24.0-jre</guava.version>
</properties>

<dependencies>
<dependency>
<groupId>edu.uci.ics</groupId>
<artifactId>crawler4j</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<!-- Google's core Java libraries -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
</dependencies>

</project>

0 comments on commit de391c2

Please sign in to comment.