changeset 166:56eb8f1b42cf

Added dependency Hibernate Core 3.6.1 Final flys-backend/trunk@1444 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Mar 2011 15:24:57 +0000
parents a69b8494fcac
children 15d515fe15f5
files flys-backend/ChangeLog flys-backend/pom.xml
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/flys-backend/ChangeLog	Wed Mar 09 15:01:51 2011 +0000
+++ b/flys-backend/ChangeLog	Wed Mar 09 15:24:57 2011 +0000
@@ -1,3 +1,8 @@
+2011-03-09	Sascha L. Teichmann	<sascha.teichmann@intevation.de>
+
+	* pom.xml: Added dependency (and corresponding repository) to
+	  Hibernate Core 3.6.1 Final
+
 2011-03-09	Sascha L. Teichmann	<sascha.teichmann@intevation.de>
 
 	* pom.xml, src/**: Created a new empty maven project:
--- a/flys-backend/pom.xml	Wed Mar 09 15:01:51 2011 +0000
+++ b/flys-backend/pom.xml	Wed Mar 09 15:24:57 2011 +0000
@@ -21,5 +21,18 @@
       <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
+      <version>3.6.1.Final</version>
+    </dependency>
   </dependencies>
+
+  <repositories>
+    <repository>
+      <id>repository.jboss.org/nexus</id>
+      <name>JBoss Repository - Nexus</name>
+      <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+    </repository>
+  </repositories>
 </project>

http://dive4elements.wald.intevation.org