You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2013/06/24 05:45:06 UTC

svn commit: r1495915 - /roller/trunk/app/pom.xml

Author: gmazza
Date: Mon Jun 24 03:45:06 2013
New Revision: 1495915

URL: http://svn.apache.org/r1495915
Log:
Updated to latest production EclipseLink and Hibernate dependencies (commented out still).

Modified:
    roller/trunk/app/pom.xml

Modified: roller/trunk/app/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1495915&r1=1495914&r2=1495915&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Mon Jun 24 03:45:06 2013
@@ -50,21 +50,6 @@
             <url>http://oss.sonatype.org/content/groups/public</url>
         </repository>
 
-        <!-- EclipseLink repo
-        <repository>
-            <id>EclipseLink Repo</id>
-            <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
-             <snapshots>
-                <enabled>true</enabled>
-             </snapshots>
-        </repository> -->
-        
-        <!-- JBoss Hibernate JPA repo
-        <repository>
-            <id>JBoss Repo</id>
-            <url>http://repository.jboss.com/maven2</url>
-        </repository>  -->
-
         <!-- for jstl-1.2 for now.. -->
         <repository>
             <id>java.net</id>
@@ -122,7 +107,7 @@
                 <dependency>
                     <groupId>org.eclipse.persistence</groupId>
                     <artifactId>eclipselink</artifactId>
-                    <version>2.0.0</version>
+                    <version>2.5.0</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
@@ -143,12 +128,12 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <version>3.5.1-Final</version>
+            <version>4.2.1-Final</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>
-            <version>1.5.6</version>
+            <version>1.6.1</version>
             <scope>runtime</scope>
         </dependency> -->