diff options
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 31abb03d84..a2d03a5815 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -333,8 +333,12 @@ limitations under the License. <scope>test</scope> <exclusions> <exclusion> - <artifactId>log4j</artifactId> <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.owasp.esapi</groupId> + <artifactId>esapi</artifactId> </exclusion> </exclusions> </dependency> |