Skip to content

Commit

Permalink
Merge pull request #221 from codeine-cd/codeine-220
Browse files Browse the repository at this point in the history
codeine-220 use HikariCP instead of commons-dbcp
  • Loading branch information
ezraroi authored Jan 3, 2018
2 parents 1e2305d + 81e12dd commit 9408be4
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 466 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
</build>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.2.0</version>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.4</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down
38 changes: 0 additions & 38 deletions src/common/codeine/db/mongo/MongoClientProvider.java

This file was deleted.

315 changes: 0 additions & 315 deletions src/common/codeine/db/mongo/MongoConnector.java

This file was deleted.

Loading

0 comments on commit 9408be4

Please sign in to comment.