Author: asoldano
Date: 2014-04-09 12:51:15 -0400 (Wed, 09 Apr 2014)
New Revision: 18572
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/pom.xml
Log:
Adding explicit java.inject test dependency as it's not there on AS 7.2
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2014-04-08 11:20:31 UTC (rev 18571)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2014-04-09 16:51:15 UTC (rev 18572)
@@ -92,6 +92,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-depchain</artifactId>
<type>pom</type>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2014-04-08 11:20:31 UTC (rev 18571)
+++ stack/cxf/trunk/pom.xml 2014-04-09 16:51:15 UTC (rev 18572)
@@ -110,6 +110,7 @@
<spring.version>3.0.7.RELEASE</spring.version>
<shrinkwrap.version>1.1.3</shrinkwrap.version>
<jaspi.api.version>1.0.0.Alpha1</jaspi.api.version>
+ <javax.inject.version>1</javax.inject.version>
</properties>
@@ -1289,6 +1290,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>${javax.inject.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-depchain</artifactId>
<version>${shrinkwrap.version}</version>
Show replies by date