You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/03/23 21:19:50 UTC

svn commit: r1084719 - /myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml

Author: gpetracek
Date: Wed Mar 23 20:19:50 2011
New Revision: 1084719

URL: http://svn.apache.org/viewvc?rev=1084719&view=rev
Log:
changed dependencies for testing codi in combination with owb 1.1.0

Modified:
    myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml

Modified: myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml?rev=1084719&r1=1084718&r2=1084719&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml Wed Mar 23 20:19:50 2011
@@ -271,30 +271,35 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-impl</artifactId>
+            <version>${owb.version}</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-spi</artifactId>
+            <version>${owb.version}</version>
             <scope>runtime</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jsf</artifactId>
+            <version>${owb.version}</version>
             <scope>runtime</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-resource</artifactId>
+            <version>${owb.version}</version>
             <scope>runtime</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-web</artifactId>
+            <version>${owb.version}</version>
             <scope>runtime</scope>
         </dependency>