Repository: marmotta Updated Branches: refs/heads/develop c5e987eac -> 85b93523d
fix tukaani dependency (MARMOTTA-560) Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/85b93523 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/85b93523 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/85b93523 Branch: refs/heads/develop Commit: 85b93523d99b451c7dd618f13a3769410ab78ee7 Parents: c5e987e Author: Sebastian Schaffert <[email protected]> Authored: Wed Nov 5 16:40:22 2014 +0100 Committer: Sebastian Schaffert <[email protected]> Committed: Wed Nov 5 16:40:22 2014 +0100 ---------------------------------------------------------------------- libraries/kiwi/kiwi-loader/pom.xml | 4 ---- loader/marmotta-loader-core/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/85b93523/libraries/kiwi/kiwi-loader/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-loader/pom.xml b/libraries/kiwi/kiwi-loader/pom.xml index 775bf86..3e8a6fe 100644 --- a/libraries/kiwi/kiwi-loader/pom.xml +++ b/libraries/kiwi/kiwi-loader/pom.xml @@ -28,10 +28,6 @@ <artifactId>commons-configuration</artifactId> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - </dependency> - <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>kiwi-triplestore</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/marmotta/blob/85b93523/loader/marmotta-loader-core/pom.xml ---------------------------------------------------------------------- diff --git a/loader/marmotta-loader-core/pom.xml b/loader/marmotta-loader-core/pom.xml index 0c08d76..42318a6 100644 --- a/loader/marmotta-loader-core/pom.xml +++ b/loader/marmotta-loader-core/pom.xml @@ -80,6 +80,11 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> + <dependency> + <groupId>org.tukaani</groupId> + <artifactId>xz</artifactId> + <version>1.5</version> + </dependency> <!-- Performance Statistics --> <dependency>
