You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pp...@apache.org on 2010/12/09 23:05:34 UTC

svn commit: r1044141 - in /openjpa/trunk: openjpa/pom.xml pom.xml

Author: ppoddar
Date: Thu Dec  9 22:05:33 2010
New Revision: 1044141

URL: http://svn.apache.org/viewvc?rev=1044141&view=rev
Log:
OPENJPA-1851: Include JEST module to pom.xml

Modified:
    openjpa/trunk/openjpa/pom.xml
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/openjpa/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa/pom.xml?rev=1044141&r1=1044140&r2=1044141&view=diff
==============================================================================
--- openjpa/trunk/openjpa/pom.xml (original)
+++ openjpa/trunk/openjpa/pom.xml Thu Dec  9 22:05:33 2010
@@ -82,6 +82,7 @@
                                     <include>org.apache.openjpa:openjpa-persistence-jdbc</include>
                                     <include>org.apache.openjpa:openjpa-xmlstore</include>
                                     <include>org.apache.openjpa:openjpa-slice</include>
+                                    <include>org.apache.openjpa:openjpa-jest</include>
                                 </includes>
                             </artifactSet>
                             <!-- OpenJPA unique META-INF setup -->
@@ -215,5 +216,10 @@
             <artifactId>openjpa-slice</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-jest</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 </project>

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1044141&r1=1044140&r2=1044141&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu Dec  9 22:05:33 2010
@@ -153,6 +153,7 @@
         <module>openjpa-persistence-locking</module>
         <module>openjpa-xmlstore</module>
         <module>openjpa-slice</module>
+        <module>openjpa-jest</module>
         <module>openjpa</module>
         <module>openjpa-project</module>
         <module>openjpa-examples</module>