Add apache xerces declaration 11/39011/3
authorRobert Varga <rovarga@cisco.com>
Tue, 17 May 2016 20:50:04 +0000 (22:50 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 20 Jun 2016 08:38:35 +0000 (08:38 +0000)
Dealing with Xerces is fun, except when we pull in wrong version of
xml-apis. As turns out, 1.4.01 is actually newer than 2.0.2 (based
on search.maven.org). Adjust the xml-apis version and declare xerces
dependency.

Change-Id: Iecdd82ab181768281d820d862378ffe30530cfd1
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent/pom.xml

index dd880ab85f3a078c0a93c82fcd4635eba3a8bc7b..e35991c2d685e675ab5de37e3588fcff542961b4 100644 (file)
       <dependency>
         <groupId>xml-apis</groupId>
         <artifactId>xml-apis</artifactId>
-        <version>2.0.2</version>
+        <version>1.4.01</version>
+      </dependency>
+      <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xercesImpl</artifactId>
+        <version>2.11.0</version>
       </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>