diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-25 14:22:37 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-26 10:57:36 +0000 |
commit | 9511c963abaf02fa1d6b0aa3ff80b53721c79bfc (patch) | |
tree | e1fbda96bdeedd6f17b678f6bda0d6150ea1dfba /aai-resources/pom.xml | |
parent | 24cbbc6737f42fa5932febeccae87b07362e34b0 (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.xml | 16 |
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> |