You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/02/27 11:15:25 UTC

git commit: removed the (anyways unused) dependency to the LGPL licensed dbunit testing library

Updated Branches:
  refs/heads/master 8a1e65960 -> 0019e91d2


removed the (anyways unused) dependency to the LGPL licensed dbunit testing library


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/0019e91d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/0019e91d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/0019e91d

Branch: refs/heads/master
Commit: 0019e91d27ef602b0e2a0ed2ae9fae264cda8027
Parents: 8a1e659
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Wed Feb 27 11:15:13 2013 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Wed Feb 27 11:15:13 2013 +0100

----------------------------------------------------------------------
 libraries/kiwi/kiwi-reasoner/pom.xml           |    5 -----
 libraries/kiwi/kiwi-transactions/pom.xml       |    5 -----
 libraries/kiwi/kiwi-triplestore/pom.xml        |    5 -----
 libraries/kiwi/kiwi-versioning/pom.xml         |    5 -----
 libraries/ldcache/ldcache-backend-kiwi/pom.xml |    5 -----
 libraries/ldcache/ldcache-core/pom.xml         |    5 -----
 libraries/ldcache/ldcache-sail-kiwi/pom.xml    |    5 -----
 parent/pom.xml                                 |    6 ------
 8 files changed, 0 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0019e91d/libraries/kiwi/kiwi-reasoner/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-reasoner/pom.xml b/libraries/kiwi/kiwi-reasoner/pom.xml
index e694f89..319224c 100644
--- a/libraries/kiwi/kiwi-reasoner/pom.xml
+++ b/libraries/kiwi/kiwi-reasoner/pom.xml
@@ -141,11 +141,6 @@
             <groupId>junit</groupId>
             <scope>test</scope>
         </dependency>
-        <dependency> <!-- see http://www.dbunit.org/howto.html -->
-            <artifactId>dbunit</artifactId>
-            <groupId>org.dbunit</groupId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <artifactId>hamcrest-core</artifactId>
             <groupId>org.hamcrest</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0019e91d/libraries/kiwi/kiwi-transactions/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-transactions/pom.xml b/libraries/kiwi/kiwi-transactions/pom.xml
index 66c6a05..db22310 100644
--- a/libraries/kiwi/kiwi-transactions/pom.xml
+++ b/libraries/kiwi/kiwi-transactions/pom.xml
@@ -93,11 +93,6 @@
         	<type>test-jar</type>
         	<scope>test</scope>
         </dependency>
-        <dependency> <!-- see http://www.dbunit.org/howto.html -->
-            <artifactId>dbunit</artifactId>
-            <groupId>org.dbunit</groupId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>c3p0</groupId>
             <artifactId>c3p0</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0019e91d/libraries/kiwi/kiwi-triplestore/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-triplestore/pom.xml b/libraries/kiwi/kiwi-triplestore/pom.xml
index f179aba..3ef6b19 100644
--- a/libraries/kiwi/kiwi-triplestore/pom.xml
+++ b/libraries/kiwi/kiwi-triplestore/pom.xml
@@ -124,11 +124,6 @@
             <groupId>junit</groupId>
             <scope>test</scope>
         </dependency>
-        <dependency> <!-- see http://www.dbunit.org/howto.html -->
-            <artifactId>dbunit</artifactId>
-            <groupId>org.dbunit</groupId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <artifactId>hamcrest-core</artifactId>
             <groupId>org.hamcrest</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0019e91d/libraries/kiwi/kiwi-versioning/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-versioning/pom.xml b/libraries/kiwi/kiwi-versioning/pom.xml
index 39c201f..caee3dc 100644
--- a/libraries/kiwi/kiwi-versioning/pom.xml
+++ b/libraries/kiwi/kiwi-versioning/pom.xml
@@ -103,11 +103,6 @@
         	<type>test-jar</type>
         	<scope>test</scope>
         </dependency>
-        <dependency> <!-- see http://www.dbunit.org/howto.html -->
-            <artifactId>dbunit</artifactId>
-            <groupId>org.dbunit</groupId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <artifactId>hamcrest-core</artifactId>
             <groupId>org.hamcrest</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0019e91d/libraries/ldcache/ldcache-backend-kiwi/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/ldcache/ldcache-backend-kiwi/pom.xml b/libraries/ldcache/ldcache-backend-kiwi/pom.xml
index dc4d916..d4e9a17 100644
--- a/libraries/ldcache/ldcache-backend-kiwi/pom.xml
+++ b/libraries/ldcache/ldcache-backend-kiwi/pom.xml
@@ -119,11 +119,6 @@
             <groupId>junit</groupId>
             <scope>test</scope>
         </dependency>
-        <dependency> <!-- see http://www.dbunit.org/howto.html -->
-            <artifactId>dbunit</artifactId>
-            <groupId>org.dbunit</groupId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <artifactId>hamcrest-core</artifactId>
             <groupId>org.hamcrest</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0019e91d/libraries/ldcache/ldcache-core/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/ldcache/ldcache-core/pom.xml b/libraries/ldcache/ldcache-core/pom.xml
index 5fd9aca..c2eae87 100644
--- a/libraries/ldcache/ldcache-core/pom.xml
+++ b/libraries/ldcache/ldcache-core/pom.xml
@@ -126,11 +126,6 @@
             <groupId>junit</groupId>
             <scope>test</scope>
         </dependency>
-        <dependency> <!-- see http://www.dbunit.org/howto.html -->
-            <artifactId>dbunit</artifactId>
-            <groupId>org.dbunit</groupId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <artifactId>hamcrest-core</artifactId>
             <groupId>org.hamcrest</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0019e91d/libraries/ldcache/ldcache-sail-kiwi/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/ldcache/ldcache-sail-kiwi/pom.xml b/libraries/ldcache/ldcache-sail-kiwi/pom.xml
index 9f7abb3..4bcb50f 100644
--- a/libraries/ldcache/ldcache-sail-kiwi/pom.xml
+++ b/libraries/ldcache/ldcache-sail-kiwi/pom.xml
@@ -147,11 +147,6 @@
             <groupId>junit</groupId>
             <scope>test</scope>
         </dependency>
-        <dependency> <!-- see http://www.dbunit.org/howto.html -->
-            <artifactId>dbunit</artifactId>
-            <groupId>org.dbunit</groupId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <artifactId>hamcrest-core</artifactId>
             <groupId>org.hamcrest</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0019e91d/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 61801c9..ddef123 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -952,12 +952,6 @@
                 <version>0.2.2</version>
                 <scope>test</scope>
             </dependency>
-            <dependency>
-                <groupId>org.dbunit</groupId>
-                <artifactId>dbunit</artifactId>
-                <version>2.4.9</version>
-                <scope>test</scope>
-            </dependency>
 
             <!-- Sesame -->
             <dependency>