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/05/31 03:33:26 UTC

svn commit: r1488076 - /roller/trunk/weblogger-web/pom.xml

Author: gmazza
Date: Fri May 31 01:33:25 2013
New Revision: 1488076

URL: http://svn.apache.org/r1488076
Log:
Removed version numbers from Hibernate deps, now relying on parent POM for them.

Modified:
    roller/trunk/weblogger-web/pom.xml

Modified: roller/trunk/weblogger-web/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/weblogger-web/pom.xml?rev=1488076&r1=1488075&r2=1488076&view=diff
==============================================================================
--- roller/trunk/weblogger-web/pom.xml (original)
+++ roller/trunk/weblogger-web/pom.xml Fri May 31 01:33:25 2013
@@ -105,14 +105,13 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <version>3.5.1-Final</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>
-            <version>1.5.6</version>
             <scope>runtime</scope>
-        </dependency> -->
+        </dependency>
+-->
 
         <dependency>
             <groupId>javax.activation</groupId>