Skip to content

Commit f34923d

Browse files
committed
Merge pull request #4 from marceljuenemann/master
Updating bonecp version, adding hibernate-validator as dependency
2 parents 43f9213 + a4a91b5 commit f34923d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.jolbox</groupId>
9191
<artifactId>bonecp</artifactId>
92-
<version>0.7.1.RELEASE</version>
92+
<version>0.8.0.RELEASE</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.postgresql</groupId>
@@ -125,7 +125,6 @@
125125
<groupId>org.hibernate</groupId>
126126
<artifactId>hibernate-validator</artifactId>
127127
<version>4.3.0.Final</version>
128-
<scope>test</scope>
129128
</dependency>
130129
<dependency>
131130
<groupId>org.reflections</groupId>

0 commit comments

Comments
 (0)