summaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-01-02 11:25:51 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-01-02 11:25:51 +0100
commit3e54e422de177ededb361aaec4c4f1e716914b2f (patch)
tree8566870a7eb396e221b5f426424db5ef05ac7c42 /aai-schema-ingest
parent21c9f6fe9f344bde654d6e167f2200ecb00007de (diff)
Upgrade slf4j in aai-common
- upgrade slf4j (1.7.25->1.7.36) - add all slf4j dependencies to dependencyManagement Issue-ID: AAI-4092 Change-Id: I57f970253ccd200646048c41463769bafe07911e Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r--aai-schema-ingest/pom.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml
index 23404b20..43c3c64a 100644
--- a/aai-schema-ingest/pom.xml
+++ b/aai-schema-ingest/pom.xml
@@ -33,10 +33,6 @@ limitations under the License.
<name>aai-schema-ingest</name>
<packaging>jar</packaging>
- <properties>
- <httpclient.version>4.5.13</httpclient.version>
- <springframework.version>4.3.24.RELEASE</springframework.version>
- </properties>
<build>
<plugins>
<plugin>
@@ -117,6 +113,14 @@ limitations under the License.
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>