Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Commit

Permalink
Removing duplicated entry for Google Guava
Browse files Browse the repository at this point in the history
  • Loading branch information
sandroacoelho committed Jan 15, 2017
1 parent f44bb4c commit 26d488a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pom.xml
Expand Up @@ -35,7 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


<spotlight.basedir>${project.basedir}</spotlight.basedir> <spotlight.basedir>${project.basedir}</spotlight.basedir>
<guava.version>19.0</guava.version> <guava.version>21.0</guava.version>
</properties> </properties>


<groupId>org.dbpedia.spotlight</groupId> <groupId>org.dbpedia.spotlight</groupId>
Expand Down Expand Up @@ -323,7 +323,7 @@
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<version>r07</version> <version>${guava.version}</version>
<!-- <!--
License: Apache Software License, Version 2.0 License: Apache Software License, Version 2.0
--> -->
Expand Down Expand Up @@ -891,14 +891,6 @@
--> -->
</dependency> </dependency>



<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>


</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>


Expand Down

0 comments on commit 26d488a

Please sign in to comment.