Mercurial > dive4elements > river
comparison flys-backend/pom.xml @ 169:7929f4144d2f
Bound Apache Commons DBCP with Hibernate.
flys-backend/trunk@1459 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 11 Mar 2011 16:23:42 +0000 |
parents | 86a1bd9cc50e |
children | 7cdac4324609 |
comparison
equal
deleted
inserted
replaced
168:86a1bd9cc50e | 169:7929f4144d2f |
---|---|
65 <dependency> | 65 <dependency> |
66 <groupId>commons-dbcp</groupId> | 66 <groupId>commons-dbcp</groupId> |
67 <artifactId>commons-dbcp</artifactId> | 67 <artifactId>commons-dbcp</artifactId> |
68 <version>1.2.2</version> | 68 <version>1.2.2</version> |
69 </dependency> | 69 </dependency> |
70 <dependency> | |
71 <groupId>postgresql</groupId> | |
72 <artifactId>postgresql</artifactId> | |
73 <version>8.4-702.jdbc4</version> | |
74 <scope>runtime</scope> | |
75 </dependency> | |
70 </dependencies> | 76 </dependencies> |
71 | 77 |
72 <repositories> | 78 <repositories> |
73 <repository> | 79 <repository> |
74 <id>repository.jboss.org/nexus</id> | 80 <id>repository.jboss.org/nexus</id> |