diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-29 11:38:38 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-29 13:39:20 +0100 |
commit | 21c9f6fe9f344bde654d6e167f2200ecb00007de (patch) | |
tree | 0f20aee29ae03c3dc810b9920adbda3efd62aebd /aai-parent/pom.xml | |
parent | 1b0e1a70ab23e9d3e891cceb6edf6ca6d32b6326 (diff) |
Remove AAI rest-client dependency from aai-common
- the rest-client dependency is not used and contains eelf-core
- bump logback patch version (1.2.12 -> 1.2.13)
Issue-ID: AAI-4091
Change-Id: I9864700fe95cbe1534e96dc9c122480e99a573f8
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent/pom.xml')
-rw-r--r-- | aai-parent/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index f4933e3f..865a8a7c 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -50,7 +50,7 @@ limitations under the License. <commons.beanutils.version>1.9.4</commons.beanutils.version> <commons.cli.version>1.5.0</commons.cli.version> <commons.compress.version>1.27.0</commons.compress.version> - <commons.configuration.version>1.10</commons.configuration.version> + <commons.configuration2.version>2.10.1</commons.configuration2.version> <commons.io.version>2.16.1</commons.io.version> <commons.lang3.version>3.15.0</commons.lang3.version> <commons.net.version>3.8.0</commons.net.version> @@ -92,7 +92,7 @@ limitations under the License. <junit.version>4.12</junit.version> <httpclient.version>4.5.13</httpclient.version> <io.swagger.version>1.5.24</io.swagger.version> - <logback.version>1.2.12</logback.version> + <logback.version>1.2.13</logback.version> <slf4j.version>1.7.25</slf4j.version> <log4j.version>2.17.1</log4j.version> <mockito.all.version>3.4.0</mockito.all.version> @@ -443,12 +443,6 @@ limitations under the License. </dependency> <dependency> - <groupId>org.onap.aai</groupId> - <artifactId>rest-client</artifactId> - <version>${aai.rest.client.version}</version> - </dependency> - - <dependency> <groupId>net.sf.jopt-simple</groupId> <artifactId>jopt-simple</artifactId> <version>${jopt.simple.version}</version> @@ -515,6 +509,12 @@ limitations under the License. </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-configuration2</artifactId> + <version>${commons.configuration2.version}</version> + </dependency> + + <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>${reflections.version}</version> |