You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2015/05/05 11:42:35 UTC

svn commit: r1677762 - /openjpa/trunk/openjpa/pom.xml

Author: struberg
Date: Tue May  5 09:42:34 2015
New Revision: 1677762

URL: http://svn.apache.org/r1677762
Log:
OPENJPA-2582 remove jest dependency from openjpa bundle

Modified:
    openjpa/trunk/openjpa/pom.xml

Modified: openjpa/trunk/openjpa/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa/pom.xml?rev=1677762&r1=1677761&r2=1677762&view=diff
==============================================================================
--- openjpa/trunk/openjpa/pom.xml (original)
+++ openjpa/trunk/openjpa/pom.xml Tue May  5 09:42:34 2015
@@ -83,9 +83,6 @@
                                     <include>org.apache.openjpa:openjpa-persistence-jdbc</include>
                                     <include>org.apache.openjpa:openjpa-xmlstore</include>
                                     <include>org.apache.openjpa:openjpa-slice</include>
-<!-- JEST is a REST Servlet based approach and thus gets packaged separately
-                                    <include>org.apache.openjpa:openjpa-jest</include>
--->
                                 </includes>
                             </artifactSet>
                             <!-- OpenJPA unique META-INF setup -->
@@ -219,10 +216,5 @@
             <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>