This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch new-logging in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit a0572f78cb39e94533694b228f0232e644dcac53 Author: Robbie Gemmell <[email protected]> AuthorDate: Thu Aug 11 12:38:31 2022 +0100 Revert "Moving dependencies as test" This reverts commit ab6c16c0d2cb0c5d2213769c0c43b844e29ca518. --- artemis-commons/pom.xml | 6 ------ artemis-server/pom.xml | 11 +++++------ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml index ad80da3590..f03d52f8aa 100644 --- a/artemis-commons/pom.xml +++ b/artemis-commons/pom.xml @@ -109,12 +109,6 @@ <version>${project.version}</version> <scope>test</scope> </dependency> - <dependency> - <!-- Needed to replace commons-logging for commons-beanutils --> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml index 0a800c3ae4..546c1a06ea 100644 --- a/artemis-server/pom.xml +++ b/artemis-server/pom.xml @@ -158,6 +158,11 @@ <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> + <dependency> + <!-- Needed to replace commons-logging for commons-beanutils --> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> @@ -182,12 +187,6 @@ <version>${project.version}</version> <scope>test</scope> </dependency> - <dependency> - <!-- Needed to replace commons-logging for commons-beanutils --> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-test-framework</artifactId>
