diff options
author | HOCKLA <ah999m@att.com> | 2020-01-23 15:28:35 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2020-02-03 09:26:27 -0600 |
commit | ce75201a88f6787c7f5aed265c32134e1a116761 (patch) | |
tree | 93feecb445debce3e6de8174d0a4fb831f22ffb9 /pom.xml | |
parent | 3fcc3204c1c65a5e5f774088bca1fd81dedd9ddb (diff) |
policy/engine jdk11 junit and compilation error fixes
Issue-ID: POLICY-1590
Change-Id: I0bbc6f7310705c20924812efc5be2b0f91cf71a2
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -103,12 +103,6 @@ <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> - <dependency> - <!-- org.w3c.dom dependencies --> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.4.01</version> - </dependency> <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |