You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/04/23 14:21:33 UTC

svn commit: r1675584 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml

Author: lofwyr
Date: Thu Apr 23 12:21:33 2015
New Revision: 1675584

URL: http://svn.apache.org/r1675584
Log:
testing deltaspike

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml?rev=1675584&r1=1675583&r2=1675584&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml Thu Apr 23 12:21:33 2015
@@ -197,6 +197,25 @@
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
+    <!-- DeltaSpike/CDI -->
+<!--
+    <dependency>
+      <groupId>org.apache.deltaspike.modules</groupId>
+      <artifactId>deltaspike-jsf-module-impl</artifactId>
+      <version>1.3.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcdi_1.0_spec</artifactId>
+      <version>1.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-atinject_1.0_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+-->
   </dependencies>
   <profiles>
     <profile>