This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/new-logging by this push:
new 41caebc2c4 Moving dependencies as test
41caebc2c4 is described below
commit 41caebc2c4ca2f8e9021eb0ac676bef3ff6ac9c8
Author: Clebert Suconic <[email protected]>
AuthorDate: Tue Aug 2 11:17:00 2022 -0400
Moving dependencies as test
---
artemis-commons/pom.xml | 6 ++++++
artemis-server/pom.xml | 11 ++++++-----
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml
index be58082428..3870cd9209 100644
--- a/artemis-commons/pom.xml
+++ b/artemis-commons/pom.xml
@@ -104,6 +104,12 @@
<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 546c1a06ea..0a800c3ae4 100644
--- a/artemis-server/pom.xml
+++ b/artemis-server/pom.xml
@@ -158,11 +158,6 @@
<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>
@@ -187,6 +182,12 @@
<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>