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 55fbaa9 commit a79bc1a
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 455 deletions.
2 changes: 1 addition & 1 deletion auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-auth-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - Auth parent</name>
<name>Trellis Auth parent</name>
<url>https://www.trellisldp.org</url>

<description>
Expand Down
49 changes: 0 additions & 49 deletions components/cdi/build.gradle

This file was deleted.

4 changes: 2 additions & 2 deletions components/cdi/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-cdi</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - CDI</name>
<name>Trellis CDI</name>
<url>https://www.trellisldp.org</url>
<description>
Trellis LDP CDI module
Expand Down Expand Up @@ -49,6 +48,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-constraint</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
29 changes: 0 additions & 29 deletions components/constraint/build.gradle

This file was deleted.

5 changes: 2 additions & 3 deletions components/constraint/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-constraint</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - Constraints</name>
<name>Trellis Constraints</name>
<url>https://www.trellisldp.org</url>
<description>
Trellis LDP Default Constraints
Trellis LDP Default Constraint module
</description>
<packaging>jar</packaging>

Expand Down
75 changes: 0 additions & 75 deletions components/jdbc/build.gradle

This file was deleted.

38 changes: 19 additions & 19 deletions components/jdbc/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-jdbc</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - JDBC</name>
<name>Trellis JDBC</name>
<url>https://www.trellisldp.org</url>
<description>
Trellis LDP JDBC persistence
Trellis LDP JDBC persistence module
</description>
<packaging>jar</packaging>

Expand All @@ -32,14 +31,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
Expand All @@ -51,14 +42,6 @@
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-commonsrdf</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
Expand All @@ -67,6 +50,22 @@
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-commonsrdf</artifactId>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-core</artifactId>
Expand All @@ -81,6 +80,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down
37 changes: 0 additions & 37 deletions components/jena/build.gradle

This file was deleted.

21 changes: 10 additions & 11 deletions components/jena/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-jena</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - Jena</name>
<name>Trellis Jena</name>
<url>https://www.trellisldp.org</url>
<description>
Trellis LDP Jena RDF
Trellis LDP Jena RDF module
</description>
<packaging>jar</packaging>

Expand All @@ -31,10 +30,6 @@
<artifactId>trellis-vocabulary</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
Expand All @@ -43,6 +38,14 @@
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-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.apache.jena</groupId>
<artifactId>jena-commonsrdf</artifactId>
Expand All @@ -51,10 +54,6 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-components-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis LDP - Components parent</name>
<name>Trellis Components parent</name>
<url>https://www.trellisldp.org</url>

<description>
Trellis LDP server: core components
Trellis LDP server: component modules
</description>
<packaging>pom</packaging>

Expand Down
Loading

0 comments on commit a79bc1a

Please sign in to comment.