Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
topframe committed Mar 12, 2024
1 parent 2ef8aef commit 02828bb
Show file tree
Hide file tree
Showing 16 changed files with 107 additions and 105 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<artifactId>log4j-api</artifactId>
<optional>true</optional>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-utils</artifactId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<artifactId>aspectran-utils</artifactId>
<version>${project.version}</version>
<type>pom</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
Expand All @@ -62,7 +62,7 @@
<artifactId>ognl</artifactId>
<version>3.4.2</version>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
9 changes: 5 additions & 4 deletions daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,22 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-core</artifactId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<artifactId>aspectran-core</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
<version>1.3.4</version>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@
</build>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-shell-jline</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-core</artifactId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<artifactId>aspectran-core</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<!-- Additional testing dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,6 @@

<dependencyManagement>
<dependencies>
<!-- Redundantly declared to automatically omit lower version dependencies -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.3</version>
<optional>true</optional>
</dependency>
<!-- All optional dependencies -->
<dependency>
<groupId>commons-logging</groupId>
Expand Down
16 changes: 8 additions & 8 deletions rss-lettuce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-core</artifactId>
Expand All @@ -52,20 +59,13 @@
<artifactId>commons-pool2</artifactId>
<version>2.12.0</version>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-embed</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
9 changes: 8 additions & 1 deletion shell-jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-shell</artifactId>
Expand All @@ -62,7 +69,7 @@
<artifactId>jna</artifactId>
<version>5.14.0</version>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-freemarker</artifactId>
Expand Down
9 changes: 5 additions & 4 deletions shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-core</artifactId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<artifactId>aspectran-core</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-freemarker</artifactId>
Expand Down
32 changes: 16 additions & 16 deletions utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,6 @@
</properties>

<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>1.9.3</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
Expand All @@ -66,7 +51,22 @@
<artifactId>log4j-api</artifactId>
<optional>true</optional>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>1.9.3</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
</dependency>
<!-- Additional testing dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-core</artifactId>
Expand Down Expand Up @@ -73,14 +80,7 @@
<version>2.1.1</version>
<scope>provided</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<!-- Additional testing dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions with-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-core</artifactId>
Expand All @@ -47,20 +54,13 @@
<artifactId>freemarker</artifactId>
<version>${freemarker.version}</version>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-embed</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions with-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-web</artifactId>
Expand Down Expand Up @@ -80,20 +87,13 @@
<artifactId>jetty-ee10-glassfish-jstl</artifactId>
<version>${jetty.version}</version>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-embed</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions with-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-core</artifactId>
Expand All @@ -47,20 +54,13 @@
<artifactId>mybatis</artifactId>
<version>${mybatis.version}</version>
</dependency>
<!-- Test dependencies -->
<!-- Additional testing dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-embed</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aspectran-with-logback</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down

0 comments on commit 02828bb

Please sign in to comment.