diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-11-14 14:15:35 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-11-14 14:15:35 +0100 |
commit | a559cb58bcf4a55ce58b9fc3b3480db371827edd (patch) | |
tree | f5e3c5fcfe1166c6693f6dd95d1b2b705a4205fb /aai-parent/pom.xml | |
parent | 70840cc338f43d9b724ab34d81939f915c69dc4a (diff) |
- the dependency is not maintained anymore
Issue-ID: AAI-4059
Change-Id: I5f089236e680630bb14bcfd9b29f3b1cd4545574
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent/pom.xml')
-rw-r--r-- | aai-parent/pom.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 9ffc0379..49c2a768 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.15.2-SNAPSHOT</version> + <version>1.15.3-SNAPSHOT</version> </parent> <artifactId>aai-parent</artifactId> <name>aai-parent</name> @@ -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.13</logback.version> + <logback.version>1.2.12</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> @@ -194,12 +194,6 @@ limitations under the License. </dependency> <dependency> - <groupId>com.att.eelf</groupId> - <artifactId>eelf-core</artifactId> - <version>${eelf.core.version}</version> - </dependency> - - <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>${logback.version}</version> |