[Schmitzm-commits] r767 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 15 22:42:08 CET 2010


Author: alfonx
Date: 2010-03-15 22:41:59 +0100 (Mon, 15 Mar 2010)
New Revision: 767

Modified:
   trunk/pom.xml
Log:
moved the hibernate stuff out of the project again (for now)

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-15 21:40:27 UTC (rev 766)
+++ trunk/pom.xml	2010-03-15 21:41:59 UTC (rev 767)
@@ -54,30 +54,8 @@
 	</organization>
 	<dependencies>
 	
-		<dependency>
-			<!-- Hibernate  -->
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-commons-annotations</artifactId>
-			<version>3.3.0.ga</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<!-- Hibernate  -->
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-entitymanager</artifactId>
-			<version>3.4.0.GA</version>
-			<scope>compile</scope>
-		</dependency>
 	
-	
 		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-annotations</artifactId>
-			<version>3.4.0.GA</version>
-		</dependency>
-	
-		<dependency>
 			<groupId>org.geotools</groupId>
 			<artifactId>gt-render</artifactId>
 			<version>${geotools.version}</version>



More information about the Schmitzm-commits mailing list