summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-12-06 08:08:43 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-12-06 08:08:43 -0500
commit1f2485133664be7ce6bed31c90c1695893e8584d (patch)
tree47670060bafa1a97edce71f40fcc284139115ff6
parent17d2d577b8abeebfc9fa3355603cac544d76c724 (diff)
Remove xml-apis dependency
xml-apis is not a direct dependency, but rather is inherited from dom4j. It should not be included in ccsdk's dependencyManagement config, since that interferes with the version inherited from dom4j. Change-Id: I51de2ee3108d6d504c9a566a5c15d8c85b04436a Issue-ID: CCSDK-1979 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--dependencies-odl-bom/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml
index 3bfd1d18..bbb96170 100644
--- a/dependencies-odl-bom/pom.xml
+++ b/dependencies-odl-bom/pom.xml
@@ -478,11 +478,6 @@
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
</dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.0.b2</version>
- </dependency>
</dependencies>
</dependencyManagement>