Skip to content

Commit

Permalink
#20 Add a new ProxyFactory to use a ConnectionDecorator object instea…
Browse files Browse the repository at this point in the history
…d of a Proxy

Activate Java 7 Connection Decorator resolver for Java 8 tests
  • Loading branch information
vladmihalcea committed Jul 5, 2015
1 parent 18589bd commit 0718a25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flexy-tests/flexy-test-hikaricp-java8/pom.xml
Expand Up @@ -23,6 +23,12 @@
<version>1.2.3-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.vladmihalcea.flexy-pool</groupId>
<artifactId>flexy-pool-core-java7</artifactId>
<version>1.2.3-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
Expand Down

0 comments on commit 0718a25

Please sign in to comment.