This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch remove-unnecessary-dependency-management-entries-in-samples in repository https://gitbox.apache.org/repos/asf/aries.git
commit e11b6deab6e53f45a0d260235d726ab86f5f6a74 Author: Dominik Przybysz <[email protected]> AuthorDate: Wed Apr 23 22:20:58 2025 +0200 [MAINTENANCE] Remove unnecessat dependency management entries in samples --- samples/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/samples/pom.xml b/samples/pom.xml index 1c24063e8..0eddcfb74 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -196,13 +196,6 @@ <scope>provided</scope> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.configadmin</artifactId> @@ -215,16 +208,6 @@ <version>${org.apache.felix.eventadmin.version}</version> </dependency> - <dependency> - <groupId>org.ops4j.pax.logging</groupId> - <artifactId>pax-logging-api</artifactId> - <version>${pax-logging.version}</version> - </dependency> - <dependency> - <groupId>org.ops4j.pax.logging</groupId> - <artifactId>pax-logging-log4j2</artifactId> - <version>${pax-logging.version}</version> - </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-extender-war</artifactId>
