Fixed #26 change Hibernate dependency to ‘provided’ now that HikariCP uses it for more than just testing.

pull/30/head
Brett Wooldridge 11 years ago
parent ec0c88a88e
commit f79af53fb6

@ -130,7 +130,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.3.0.Final</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<!-- OSGi test -->

Loading…
Cancel
Save