Author: rmannibucau
Date: Mon Aug 26 11:25:46 2013
New Revision: 1517495
URL: http://svn.apache.org/r1517495
Log:
forcing xml-apis which is needed by xerces but in scope test in our parent pom
Modified:
tomee/tomee/trunk/server/openejb-cxf/pom.xml
tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml
Modified: tomee/tomee/trunk/server/openejb-cxf/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/server/openejb-cxf/pom.xml?rev=1517495&r1=1517494&r2=1517495&view=diff
==============================================================================
--- tomee/tomee/trunk/server/openejb-cxf/pom.xml (original)
+++ tomee/tomee/trunk/server/openejb-cxf/pom.xml Mon Aug 26 11:25:46 2013
@@ -76,6 +76,11 @@
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <scope>runtime</scope> <!-- transitive from xerces -->
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
Modified: tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml?rev=1517495&r1=1517494&r2=1517495&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml Mon Aug 26 11:25:46 2013
@@ -87,6 +87,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <scope>runtime</scope> <!-- transitive from xerces but in test scope in
parent so needed here -->
+ </dependency>
+ <dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-rest</artifactId>
<version>${openejb.version}</version>