This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch replace-asm-all-dependencies-with-asm in repository https://gitbox.apache.org/repos/asf/aries.git
commit 9d4796807c2ea720e4a8f6861f43ee48bb978388 Author: Dominik Przybysz <[email protected]> AuthorDate: Sun Mar 30 22:05:42 2025 +0200 [MAINTENANCE] Remove unused asmdependencies in subsystem and transaction --- subsystem/subsystem-itests/pom.xml | 8 -------- transaction/transaction-itests/pom.xml | 7 ------- 2 files changed, 15 deletions(-) diff --git a/subsystem/subsystem-itests/pom.xml b/subsystem/subsystem-itests/pom.xml index 200fff309..7f1da4393 100644 --- a/subsystem/subsystem-itests/pom.xml +++ b/subsystem/subsystem-itests/pom.xml @@ -38,7 +38,6 @@ </description> <properties> - <asm.version>5.2</asm.version> <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> <depends-maven-plugin.version>1.5.0</depends-maven-plugin.version> <easymock.version>5.5.0</easymock.version> @@ -320,13 +319,6 @@ <version>${org.eclipse.equinox.event.version}</version> </dependency> - <dependency> - <groupId>org.ow2.asm</groupId> - <artifactId>asm-all</artifactId> - <version>${asm.version}</version> - <scope>test</scope> - </dependency> - <!-- pax exam --> <dependency> <groupId>org.slf4j</groupId> diff --git a/transaction/transaction-itests/pom.xml b/transaction/transaction-itests/pom.xml index 7203a32ce..e47f2b84d 100644 --- a/transaction/transaction-itests/pom.xml +++ b/transaction/transaction-itests/pom.xml @@ -40,7 +40,6 @@ </scm> <properties> - <asm.version>5.2</asm.version> <javax.enterprise.cdi-api.version>2.0.SP1</javax.enterprise.cdi-api.version> <depends-maven-plugin.version>1.5.0</depends-maven-plugin.version> <geronimo-connector.version>3.1.5</geronimo-connector.version> @@ -198,12 +197,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.ow2.asm</groupId> - <artifactId>asm-all</artifactId> - <scope>test</scope> - <version>${asm.version}</version> - </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-api</artifactId>
