summaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-25 14:22:37 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-26 10:57:36 +0000
commit9511c963abaf02fa1d6b0aa3ff80b53721c79bfc (patch)
treee1fbda96bdeedd6f17b678f6bda0d6150ea1dfba /aai-resources/pom.xml
parent24cbbc6737f42fa5932febeccae87b07362e34b0 (diff)
Use the 1.9.4 parent pom in resources
- upgrade apache commons-configuration to commons-configuration2 to resolve test failures Issue-ID: AAI-3566 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I26657f326c15de33c65abb9ae7c9bb9608defbaf
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r--aai-resources/pom.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 37e397c..fda6f5b 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -364,14 +364,9 @@
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>commons-lang</artifactId>
- <groupId>commons-lang</groupId>
- </exclusion>
- </exclusions>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-configuration2</artifactId>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
@@ -408,14 +403,13 @@
</exclusions>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
</dependency>
<!-- eelf dependency -->
<dependency>
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
- <version>2.0.0-oss</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>