Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit d6e6425

Browse files
author
Stefan Kock
committed
SORMAS-Foundation#3449: Removed not needed dependencies
com.fasterxml.jackson.core:jackson-module-jaxm-annotations: not existing org.slf4j:slf4j-log4j12: Nowhere bundled, so seems not to be needed
1 parent 2fcdeda commit d6e6425

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

sormas-base/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -639,21 +639,6 @@
639639
<version>${keycloak.version}</version>
640640
</dependency>
641641

642-
<dependency>
643-
<groupId>com.fasterxml.jackson.core</groupId>
644-
<artifactId>jackson-module-jaxm-annotations</artifactId>
645-
<version>${jackson.version}</version>
646-
<!-- TODO #3449: Not existing artifactId -->
647-
</dependency>
648-
649-
<dependency>
650-
<groupId>org.slf4j</groupId>
651-
<artifactId>slf4j-log4j12</artifactId>
652-
<version>${slf4j.version}</version>
653-
<scope>provided</scope>
654-
<!-- TODO #3449: not yet somwhere bundled. Needed? -->
655-
</dependency>
656-
657642
<!-- ** Vaadin ** -->
658643

659644
<dependency>

0 commit comments

Comments
 (0)