diff options
author | Thomas <> | 2021-12-12 11:57:06 +0100 |
---|---|---|
committer | Thomas <> | 2021-12-12 11:57:06 +0100 |
commit | f7518ec78431c6ff27984a88fe7a3d9631aabfef (patch) | |
tree | a774d761d4ee95fb758529694fb1b27e3138dbd5 /eaaf-springboot-utils/pom.xml | |
parent | cad02a4293b734efb94c14ee9d0cb4e6191e1e89 (diff) | |
download | EAAF-Components-f7518ec78431c6ff27984a88fe7a3d9631aabfef.tar.gz EAAF-Components-f7518ec78431c6ff27984a88fe7a3d9631aabfef.tar.bz2 EAAF-Components-f7518ec78431c6ff27984a88fe7a3d9631aabfef.zip |
update some more third-party libs
Diffstat (limited to 'eaaf-springboot-utils/pom.xml')
-rw-r--r-- | eaaf-springboot-utils/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml index ca60e1f1..a9d05417 100644 --- a/eaaf-springboot-utils/pom.xml +++ b/eaaf-springboot-utils/pom.xml @@ -60,6 +60,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-to-slf4j</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> @@ -85,6 +90,12 @@ <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.powermock</groupId> |