Skip to content

Commit

Permalink
[no issue] fix test
Browse files Browse the repository at this point in the history
remove 2.0.0 version
  • Loading branch information
koo-taejin committed Jan 13, 2017
1 parent ce9c0f3 commit 6a3fa56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @author Taejin Koo
*/
@RunWith(PinpointPluginTestSuite.class)
@Dependency({"com.zaxxer:HikariCP-java6:[2.3.13],[2.0.0]", "com.h2database:h2:1.4.191"})
@Dependency({"com.zaxxer:HikariCP-java6:[2.3.13]", "com.h2database:h2:1.4.191"})
public class HikariCpIT {

private static final String serviceType = "HIKARICP";
Expand Down

0 comments on commit 6a3fa56

Please sign in to comment.