Hystrix wrapper for JDBC drivers.
If you just want to compile the project without running the tests:
mvn -DskipTests clean install
You can find the latest releases here:
... or setup your Maven dependencies:
<dependency>
<groupId>com.m11n.jdbc.hystrix</groupId>
<artifactId>jdbc-hystrix</artifactId>
<version>1.0.0</version>
</dependency>
... and configure Bintray's JCenter repository in your pom.xml:
...
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
...
Get automatic notifications about new releases here: