Mercurial > dive4elements > river
comparison flys-backend/pom.xml @ 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 |
comparison
equal
deleted
inserted
replaced
165:a69b8494fcac | 166:56eb8f1b42cf |
---|---|
19 <groupId>junit</groupId> | 19 <groupId>junit</groupId> |
20 <artifactId>junit</artifactId> | 20 <artifactId>junit</artifactId> |
21 <version>3.8.1</version> | 21 <version>3.8.1</version> |
22 <scope>test</scope> | 22 <scope>test</scope> |
23 </dependency> | 23 </dependency> |
24 <dependency> | |
25 <groupId>org.hibernate</groupId> | |
26 <artifactId>hibernate-core</artifactId> | |
27 <version>3.6.1.Final</version> | |
28 </dependency> | |
24 </dependencies> | 29 </dependencies> |
30 | |
31 <repositories> | |
32 <repository> | |
33 <id>repository.jboss.org/nexus</id> | |
34 <name>JBoss Repository - Nexus</name> | |
35 <url>http://repository.jboss.org/nexus/content/groups/public/</url> | |
36 </repository> | |
37 </repositories> | |
25 </project> | 38 </project> |