aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-09-18 07:01:51 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-09-18 07:01:55 -0400
commit692cf0a3db737660979e3c68ebe1d73a59bbc202 (patch)
tree3f1fc2b575041cf0cc4727a6f9b943da2134e12f
parentf797159274dc6817f313de21a642c5ae3de373fe (diff)
Exclude the dom4j dependency
Issue-ID: AAI-1298 Change-Id: Idc5c6652eb4bf11204f53f88193d0ca0c3b2cf5e Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--aai-core/pom.xml4
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>