aboutsummaryrefslogtreecommitdiffstats
path: root/common-logging/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2023-07-21 09:41:01 +0100
committeradheli.tavares <adheli.tavares@est.tech>2023-08-08 13:56:22 +0100
commit16ef534c8023dea487106115c53a22a45df76ea2 (patch)
treed58b6834a59f975a29c8be09ac400bb7caf99a72 /common-logging/pom.xml
parent379712e996e2ed4df4ba4d2490e3690a0848537b (diff)
Java 17 Upgrade
Changes to get policy-api java 17 upgrade working Issue-ID: POLICY-4668 Change-Id: If19d614beb6a21e1d8766ff75f7af21fba245479 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r--common-logging/pom.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 5b3acf84..ae83ff5b 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -34,24 +34,6 @@
<dependencies>
<dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.google.re2j</groupId>
- <artifactId>re2j</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
<version>2.0.0-oss</version>
@@ -62,30 +44,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- </dependency>
- <dependency>
- <groupId>org.assertj</groupId>
- <artifactId>assertj-core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>