You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/10/04 17:36:48 UTC

svn commit: r1529191 - in /syncope/branches/1_1_X: core/pom.xml pom.xml

Author: ilgrosso
Date: Fri Oct  4 15:36:48 2013
New Revision: 1529191

URL: http://svn.apache.org/r1529191
Log:
[SYNCOPE-424] Applying provided patch

Modified:
    syncope/branches/1_1_X/core/pom.xml
    syncope/branches/1_1_X/pom.xml

Modified: syncope/branches/1_1_X/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/core/pom.xml?rev=1529191&r1=1529190&r2=1529191&view=diff
==============================================================================
--- syncope/branches/1_1_X/core/pom.xml (original)
+++ syncope/branches/1_1_X/core/pom.xml Fri Oct  4 15:36:48 2013
@@ -243,10 +243,6 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.openjpa</groupId>
-      <artifactId>openjpa</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.openjpa</groupId>
       <artifactId>openjpa-jdbc</artifactId>
     </dependency>
     <dependency>

Modified: syncope/branches/1_1_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1529191&r1=1529190&r2=1529191&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Fri Oct  4 15:36:48 2013
@@ -473,18 +473,7 @@ under the License.
         <artifactId>geronimo-jpa_2.0_spec</artifactId> 
         <version>1.1</version> 
       </dependency>
-      
-      <dependency>
-        <groupId>org.apache.openjpa</groupId>
-        <artifactId>openjpa</artifactId>
-        <version>${openjpa.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>asm</groupId>
-            <artifactId>asm</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
+
       <dependency>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-jdbc</artifactId>