You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2013/11/28 15:12:04 UTC

svn commit: r1546368 - /tomee/tomee/trunk/tomee/apache-tomee/pom.xml

Author: tveronezi
Date: Thu Nov 28 14:12:03 2013
New Revision: 1546368

URL: http://svn.apache.org/r1546368
Log:
adding "openejb-jpa-integration" into the classpath of "execute-jaxrs-installer" and "execute-plus-installer" gmaven-plugin executions otherwise "~/dev/ws/tomee/trunk/tomee$ mvn clean install" won't work.

Modified:
    tomee/tomee/trunk/tomee/apache-tomee/pom.xml

Modified: tomee/tomee/trunk/tomee/apache-tomee/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/apache-tomee/pom.xml?rev=1546368&r1=1546367&r2=1546368&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/apache-tomee/pom.xml (original)
+++ tomee/tomee/trunk/tomee/apache-tomee/pom.xml Thu Nov 28 14:12:03 2013
@@ -265,6 +265,11 @@
                   <version>1.7.1</version>
                   <type>jar</type>
                 </element>
+                <element>
+                  <groupId>org.apache.openejb</groupId>
+                  <artifactId>openejb-jpa-integration</artifactId>
+                  <version>${openejb.version}</version>
+                </element>
               </classpath>
             </configuration>
           </execution>
@@ -292,6 +297,11 @@
                   <version>1.7.1</version>
                   <type>jar</type>
                 </element>
+                <element>
+                  <groupId>org.apache.openejb</groupId>
+                  <artifactId>openejb-jpa-integration</artifactId>
+                  <version>${openejb.version}</version>
+                </element>
               </classpath>
             </configuration>
           </execution>