MARMOTTA-529: excluded infinispan's wrong transitive dependency
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/89fd4248 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/89fd4248 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/89fd4248 Branch: refs/heads/ldp Commit: 89fd42486633648963d67c6534929bd938ac8650 Parents: 3960741 Author: Sergio Fernández <[email protected]> Authored: Thu Sep 11 08:34:44 2014 +0200 Committer: Sergio Fernández <[email protected]> Committed: Thu Sep 11 09:02:40 2014 +0200 ---------------------------------------------------------------------- libraries/kiwi/kiwi-caching-infinispan/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/89fd4248/libraries/kiwi/kiwi-caching-infinispan/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-caching-infinispan/pom.xml b/libraries/kiwi/kiwi-caching-infinispan/pom.xml index e121817..e405007 100644 --- a/libraries/kiwi/kiwi-caching-infinispan/pom.xml +++ b/libraries/kiwi/kiwi-caching-infinispan/pom.xml @@ -64,9 +64,14 @@ <dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-client-hotrod</artifactId> + <exclusions> + <exclusion> + <groupId>gnu-getopt</groupId> + <artifactId>getopt</artifactId> + </exclusion> + </exclusions> </dependency> - <!-- Testing --> <dependency> <artifactId>junit</artifactId> @@ -136,4 +141,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project>
