This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new ca244f6e6 ATLAS-5217: updated atlas-testtools dependency scope to test
(#522)
ca244f6e6 is described below
commit ca244f6e614098e78b3b19991826a8ab4f89ee7e
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Feb 12 20:17:36 2026 -0800
ATLAS-5217: updated atlas-testtools dependency scope to test (#522)
---
pom.xml | 6 ------
repository/pom.xml | 1 +
test-tools/pom.xml | 6 ------
webapp/pom.xml | 18 ++++++++----------
4 files changed, 9 insertions(+), 22 deletions(-)
diff --git a/pom.xml b/pom.xml
index b3dfc9846..079fc3125 100644
--- a/pom.xml
+++ b/pom.xml
@@ -901,12 +901,6 @@
<version>${slf4j.version}</version>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- <version>${slf4j.version}</version>
- </dependency>
-
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/repository/pom.xml b/repository/pom.xml
index fc2a34599..203418120 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -403,6 +403,7 @@
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-testtools</artifactId>
<version>${project.version}</version>
+ <scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index b7f9e9f96..efbbbb28a 100644
--- a/test-tools/pom.xml
+++ b/test-tools/pom.xml
@@ -121,12 +121,6 @@
<version>1.13</version>
<scope>test</scope>
</dependency>
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 1d9f0592e..c72363a94 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -212,12 +212,6 @@
<artifactId>atlas-server-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.atlas</groupId>
- <artifactId>atlas-testtools</artifactId>
- <version>${project.version}</version>
- </dependency>
-
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
@@ -388,10 +382,6 @@
<artifactId>mockito-all</artifactId>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- </dependency>
<!-- Required for Spring configuration processing -->
<dependency>
<groupId>org.springframework</groupId>
@@ -492,6 +482,14 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.atlas</groupId>
+ <artifactId>atlas-testtools</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>