Skip to content

Commit

Permalink
Clean up gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Oct 2, 2023
1 parent 7c418f8 commit 3021575
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 948 deletions.
544 changes: 0 additions & 544 deletions build.gradle

This file was deleted.

38 changes: 0 additions & 38 deletions components/file/build.gradle

This file was deleted.

29 changes: 14 additions & 15 deletions components/file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
<relativePath>../../parent</relativePath>
</parent>


<groupId>org.trellisldp</groupId>
<artifactId>trellis-file</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - File</name>
<name>Trellis File</name>
<url>https://www.trellisldp.org</url>
<description>
Trellis LDP File persistence
Trellis LDP File persistence module
</description>
<packaging>jar</packaging>

Expand All @@ -32,32 +31,32 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-commonsrdf</artifactId>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<groupId>org.apache.jena</groupId>
<artifactId>jena-commonsrdf</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
28 changes: 0 additions & 28 deletions components/namespace/build.gradle

This file was deleted.

11 changes: 5 additions & 6 deletions components/namespace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
<relativePath>../../parent</relativePath>
</parent>


<groupId>org.trellisldp</groupId>
<artifactId>trellis-namespace</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - Namespaces</name>
<name>Trellis Namespaces</name>
<url>https://www.trellisldp.org</url>
<description>
Trellis LDP Namespace module
Expand All @@ -31,14 +30,14 @@
<artifactId>trellis-vocabulary</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
37 changes: 0 additions & 37 deletions components/rdfa/build.gradle

This file was deleted.

19 changes: 9 additions & 10 deletions components/rdfa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
<relativePath>../../parent</relativePath>
</parent>


<groupId>org.trellisldp</groupId>
<artifactId>trellis-rdfa</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - RDFa</name>
<name>Trellis RDFa</name>
<url>https://www.trellisldp.org</url>
<description>
Trellis LDP RDFa component
Expand All @@ -31,22 +30,22 @@
<artifactId>trellis-vocabulary</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
Expand Down
58 changes: 0 additions & 58 deletions components/test/build.gradle

This file was deleted.

43 changes: 21 additions & 22 deletions components/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,17 @@
<relativePath>../../parent</relativePath>
</parent>


<groupId>org.trellisldp</groupId>
<artifactId>trellis-test</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - Test</name>
<name>Trellis Test</name>
<url>https://www.trellisldp.org</url>
<description>
Trellis LDP Test module
</description>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-api</artifactId>
Expand All @@ -45,6 +40,18 @@
<artifactId>trellis-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
Expand Down Expand Up @@ -82,32 +89,24 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>

<!-- testing -->
Expand Down
Loading

0 comments on commit 3021575

Please sign in to comment.