diff --git a/ais-lib-cli/pom.xml b/ais-lib-cli/pom.xml index 0d52637c..5c34102a 100644 --- a/ais-lib-cli/pom.xml +++ b/ais-lib-cli/pom.xml @@ -4,7 +4,7 @@ dk.dma.ais.lib ais-parent - 2.8.3 + 2.8.4 @@ -50,7 +50,7 @@ org.slf4j slf4j-log4j12 - ${dependencies.slf4j.version} + 2.0.5 dk.dma.commons diff --git a/ais-lib-communication/pom.xml b/ais-lib-communication/pom.xml index be9a1aca..0a2e2443 100755 --- a/ais-lib-communication/pom.xml +++ b/ais-lib-communication/pom.xml @@ -5,7 +5,7 @@ dk.dma.ais.lib ais-parent - 2.8.3 + 2.8.4 ../pom.xml @@ -67,6 +67,17 @@ dk.dma.commons dma-commons-util ${dependencies.dma.commons.version} + + + com.google.guava + guava + + + + + com.google.guava + guava + 32.0.1-jre dk.dma.enav diff --git a/ais-lib-json/pom.xml b/ais-lib-json/pom.xml index 3bde04e4..0437368f 100644 --- a/ais-lib-json/pom.xml +++ b/ais-lib-json/pom.xml @@ -5,7 +5,7 @@ dk.dma.ais.lib ais-parent - 2.8.3 + 2.8.4 ../pom.xml @@ -14,6 +14,34 @@ AIS JSON Decoders + + org.slf4j + slf4j-api + 1.7.32 + + + + + org.apache.logging.log4j + log4j-api + 2.20.0 + + + + + org.apache.logging.log4j + log4j-core + 2.20.0 + + + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.20.0 + + + ${project.groupId} ais-lib-messages diff --git a/ais-lib-messages/pom.xml b/ais-lib-messages/pom.xml index 341f9295..c7fb5184 100755 --- a/ais-lib-messages/pom.xml +++ b/ais-lib-messages/pom.xml @@ -5,7 +5,7 @@ dk.dma.ais.lib ais-parent - 2.8.3 + 2.8.4 ../pom.xml @@ -23,6 +23,17 @@ dk.dma.commons dma-commons-util ${dependencies.dma.commons.version} + + + com.google.guava + guava + + + + + com.google.guava + guava + 32.0.1-jre diff --git a/ais-lib-utils/pom.xml b/ais-lib-utils/pom.xml index 03516201..d1eefe4d 100644 --- a/ais-lib-utils/pom.xml +++ b/ais-lib-utils/pom.xml @@ -5,7 +5,7 @@ dk.dma.ais.lib ais-parent - 2.8.3 + 2.8.4 ../pom.xml @@ -29,10 +29,25 @@ dma-commons-app ${dependencies.dma.commons.version} + - org.slf4j - slf4j-log4j12 - ${dependencies.slf4j.version} + org.apache.logging.log4j + log4j-api + 2.20.0 + + + + + org.apache.logging.log4j + log4j-core + 2.20.0 + + + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.20.0 diff --git a/pom.xml b/pom.xml index ad7c0609..432c58b1 100755 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ dk.dma.ais.lib ais-parent - 2.8.3 + 2.8.4 AIS Parent pom This parent pom for AIS @@ -80,6 +80,19 @@ maven-gpg-plugin 3.1.0 + + + + + + + + + + + + + @@ -89,14 +102,30 @@ org.slf4j slf4j-api - ${dependencies.slf4j.version} + 1.7.32 + + - org.slf4j - slf4j-log4j12 - ${dependencies.slf4j.version} - test + org.apache.logging.log4j + log4j-api + 2.20.0 + + + + + org.apache.logging.log4j + log4j-core + 2.20.0 + + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.20.0 + + net.jcip jcip-annotations @@ -111,6 +140,17 @@ dk.dma.commons dma-commons-util ${dependencies.dma.commons.version} + + + com.google.guava + guava + + + + + com.google.guava + guava + 32.0.1-jre