Remove xml-apis dependency 55/99255/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 6 Dec 2019 13:08:43 +0000 (08:08 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 6 Dec 2019 13:08:43 +0000 (08:08 -0500)
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>
dependencies-odl-bom/pom.xml

index 3bfd1d1..bbb9617 100644 (file)
                 <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>