You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2010/11/18 21:17:46 UTC

svn commit: r1036604 - /myfaces/extensions/cdi/trunk/pom.xml

Author: struberg
Date: Thu Nov 18 20:17:45 2010
New Revision: 1036604

URL: http://svn.apache.org/viewvc?rev=1036604&view=rev
Log:
EXTCDI-78 define version for servlets-3 spec

I also disable the test module because it needs an artifact which is not available 
on maven.central yet.

Modified:
    myfaces/extensions/cdi/trunk/pom.xml

Modified: myfaces/extensions/cdi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/pom.xml?rev=1036604&r1=1036603&r2=1036604&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/pom.xml Thu Nov 18 20:17:45 2010
@@ -72,7 +72,7 @@
         <module>core</module>
         <module>jee-modules</module>
         <module>jse-modules</module>
-        <module>test-modules</module>
+<!--        <module>test-modules</module> -->
         <module>examples</module>
         <module>dist</module>
     </modules>
@@ -239,6 +239,13 @@
                 <scope>test</scope>
                 <optional>true</optional>
             </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-servlet_3.0_spec</artifactId>
+                <version>1.0</version>
+                <scope>provided</scope>
+                <optional>true</optional>
+            </dependency>
 
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>