Skip to content

Commit

Permalink
eclipse-rdf4jGH-5058: rework W3C test code
Browse files Browse the repository at this point in the history
  • Loading branch information
barthanssens committed Aug 21, 2024
1 parent b736bed commit 03cb21e
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions core/rio/csvw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,21 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common-xml</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-common-xml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rdf4j-rio-jsonld</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
Expand All @@ -68,21 +73,15 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rdf4j-repository-sail</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rdf4j-sail-memory</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rdf4j-rio-trig</artifactId>
<artifactId>rdf4j-sail-memory</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 03cb21e

Please sign in to comment.