浏览代码

jfinal 4.9.03 release ^_^

James 5 年之前
父节点
当前提交
c00c20fab0
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      pom.xml

+ 8 - 8
pom.xml

@@ -114,6 +114,14 @@
 			<scope>provided</scope>
 		</dependency>
 		
+		<!-- HikariCP 数据源连接池 -->
+		<dependency>
+			<groupId>com.zaxxer</groupId>
+			<artifactId>HikariCP</artifactId>
+			<version>2.3.13</version>
+			<scope>provided</scope>
+		</dependency>
+		
 		<!-- c3p0 数据源连接池 -->
 		<dependency>
 			<groupId>com.mchange</groupId>
@@ -130,14 +138,6 @@
 			<scope>provided</scope>
 		</dependency>
 		
-		<!-- HikariCP 数据源连接池 -->
-		<dependency>
-			<groupId>com.zaxxer</groupId>
-			<artifactId>HikariCP</artifactId>
-			<version>2.3.13</version>
-			<scope>provided</scope>
-		</dependency>
-		
 		<!-- ehcache 缓存 -->
 		<dependency>
 			<groupId>net.sf.ehcache</groupId>