You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/02/21 17:54:12 UTC

svn commit: r1291911 - /openejb/trunk/openejb/examples/webapps/rest-example/pom.xml

Author: rmannibucau
Date: Tue Feb 21 16:54:11 2012
New Revision: 1291911

URL: http://svn.apache.org/viewvc?rev=1291911&view=rev
Log:
updating spi-helper plugin configuration

Modified:
    openejb/trunk/openejb/examples/webapps/rest-example/pom.xml

Modified: openejb/trunk/openejb/examples/webapps/rest-example/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/rest-example/pom.xml?rev=1291911&r1=1291910&r2=1291911&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/rest-example/pom.xml (original)
+++ openejb/trunk/openejb/examples/webapps/rest-example/pom.xml Tue Feb 21 16:54:11 2012
@@ -113,6 +113,11 @@
             <artifactId>openjpa</artifactId>
             <version>2.2.0</version>
           </dependency>
+          <dependency> <!-- to get the jee6 profile -->
+            <groupId>org.apache.openejb</groupId>
+            <version>0.0.1-SNAPSHOT</version>
+            <artifactId>spi-helper-jee6-profile</artifactId>
+          </dependency>
         </dependencies>
       </plugin>
       <plugin> <!-- needed otherwise it will not work at runtime -->