Remove explicit version for Guava
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9a055668 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9a055668 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9a055668 Branch: refs/heads/master Commit: 9a05566814fb196d1eb0f6b3a47618c545c08e82 Parents: 529ba41 Author: Andy Seaborne <[email protected]> Authored: Fri Jan 2 17:10:05 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Fri Jan 2 17:10:05 2015 +0000 ---------------------------------------------------------------------- jena-csv/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/9a055668/jena-csv/pom.xml ---------------------------------------------------------------------- diff --git a/jena-csv/pom.xml b/jena-csv/pom.xml index ed49f31..12602b1 100644 --- a/jena-csv/pom.xml +++ b/jena-csv/pom.xml @@ -62,9 +62,8 @@ <!-- Google Code Guava --> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>17.0</version> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> </dependency> <!-- Testing support -->
