diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2025-01-02 11:25:51 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2025-01-02 11:25:51 +0100 |
commit | 3e54e422de177ededb361aaec4c4f1e716914b2f (patch) | |
tree | 8566870a7eb396e221b5f426424db5ef05ac7c42 /aai-core/pom.xml | |
parent | 21c9f6fe9f344bde654d6e167f2200ecb00007de (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-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 26e5bc9a..9ffae3c4 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -366,12 +366,6 @@ limitations under the License. <artifactId>jackson-dataformat-yaml</artifactId> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> - <type>pom</type> - </dependency> - <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> |