diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-18 07:01:51 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-18 07:01:55 -0400 |
commit | 692cf0a3db737660979e3c68ebe1d73a59bbc202 (patch) | |
tree | 3f1fc2b575041cf0cc4727a6f9b943da2134e12f /aai-core/pom.xml | |
parent | f797159274dc6817f313de21a642c5ae3de373fe (diff) |
Exclude the dom4j dependency
Issue-ID: AAI-1298
Change-Id: Idc5c6652eb4bf11204f53f88193d0ca0c3b2cf5e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 4715bcf6..a79c3cd3 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -781,6 +781,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |