Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions rdfunit-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@

<dependencies>

<dependency>
<groupId>org.aksw.jena-sparql-api</groupId>
<artifactId>jena-sparql-api-core</artifactId>
</dependency>


<dependency>
<groupId>org.apache.jena</groupId>
Expand All @@ -36,24 +33,15 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>

<!-- testing -->


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>


</dependencies>

Expand Down
10 changes: 2 additions & 8 deletions rdfunit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@
<artifactId>jena-sparql-api-cache-h2</artifactId>
</dependency>

<dependency>
<groupId>org.aksw.jena-sparql-api</groupId>
<artifactId>jena-sparql-api-resources</artifactId>
</dependency>


<dependency>
<groupId>org.apache.jena</groupId>
Expand All @@ -60,10 +57,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>


<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
36 changes: 7 additions & 29 deletions rdfunit-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,48 +33,26 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.aksw.rdfunit</groupId>
<artifactId>rdfunit-manual-tests</artifactId>
</dependency>


<dependency>
<groupId>org.aksw.jena-sparql-api</groupId>
<artifactId>jena-sparql-api-core</artifactId>
</dependency>


<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>



<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>


</dependencies>

<build>
Expand Down
22 changes: 4 additions & 18 deletions rdfunit-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,9 @@
<artifactId>jena-sparql-api-core</artifactId>
</dependency>

<dependency>
<groupId>org.aksw.jena-sparql-api</groupId>
<artifactId>jena-sparql-api-cache-h2</artifactId>
</dependency>


<dependency>
<groupId>org.aksw.jena-sparql-api</groupId>
<artifactId>jena-sparql-api-resources</artifactId>
</dependency>


<dependency>
<groupId>org.apache.jena</groupId>
Expand All @@ -41,10 +35,7 @@
<artifactId>jena-core</artifactId>
</dependency>

<dependency>
<groupId>org.semarglproject</groupId>
<artifactId>semargl-jena</artifactId>
</dependency>


<dependency>
<groupId>org.projectlombok</groupId>
Expand All @@ -61,12 +52,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>

<!-- testing -->


<dependency>
<groupId>junit</groupId>
Expand Down
13 changes: 2 additions & 11 deletions rdfunit-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>

<!-- testing -->


<dependency>
<groupId>junit</groupId>
Expand All @@ -70,11 +65,7 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>


<dependency>
<!-- Test-only dependency to unit test the manual tests -->
Expand Down
29 changes: 5 additions & 24 deletions rdfunit-validate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,11 @@
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.aksw.rdfunit</groupId>
<artifactId>rdfunit-manual-tests</artifactId>
<scope>compile</scope>
</dependency>


<dependency>
<groupId>org.aksw.jena-sparql-api</groupId>
<artifactId>jena-sparql-api-core</artifactId>
<scope>compile</scope>
</dependency>


<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
Expand All @@ -46,10 +34,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>


<dependency>
<groupId>commons-cli</groupId>
Expand All @@ -67,11 +52,7 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>


<dependency>
<groupId>javax.servlet</groupId>
Expand Down
25 changes: 5 additions & 20 deletions rdfunit-w3c-dqv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,18 @@
<artifactId>rdfunit-io</artifactId>
</dependency>

<dependency>
<groupId>org.aksw.jena-sparql-api</groupId>
<artifactId>jena-sparql-api-core</artifactId>
</dependency>


<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>


<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>



<dependency>
<groupId>org.projectlombok</groupId>
Expand Down