diff options
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 09e203d881..46fc455112 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -123,6 +123,10 @@ <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> + <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> </exclusions> </dependency> |