Skip to content

Commit

Permalink
KNL-1392 Upgrade hikarcp to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Nov 3, 2015
1 parent 84bda38 commit 1c68f23
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
6 changes: 0 additions & 6 deletions kernel/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
</dependency>
<!--
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
</dependency>
-->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions kernel/deploy/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,6 @@
<artifactId>HikariCP</artifactId>
<scope>compile</scope>
</dependency>
<!--
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
<scope>compile</scope>
</dependency>
-->
<dependency>
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions kernel/kernel-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,6 @@
<artifactId>HikariCP</artifactId>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
<scope>test</scope>
</dependency>
-->
</dependencies>

<profiles>
Expand Down
10 changes: 1 addition & 9 deletions kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,9 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.3.7</version>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>
<!--
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
<version>2.3.2</version>
<scope>provided</scope>
</dependency>
-->
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 1c68f23

Please sign in to comment.