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

svn commit: r805629 - in /websites/staging/openejb/trunk: ./ content/examples-trunk/webapps/rest-example/pom.xml

Author: buildbot
Date: Tue Feb 21 16:54:26 2012
New Revision: 805629

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 21 16:54:26 2012
@@ -1 +1 @@
-1291791
+1291911

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml Tue Feb 21 16:54:26 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 -->