diff options
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index bfbf4ec8..8f34e01c 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -104,6 +104,10 @@ <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> + <exclusion> + <artifactId>apache-log4j-extras</artifactId> + <groupId>log4j</groupId> + </exclusion> </exclusions> </dependency> |