aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r--integration-tests/pom.xml6
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>