diff --git a/pom.xml b/pom.xml
index 69972e5..8b24c45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,6 @@
2.4
2.1
1.2
- 0.9.5-pre6
5.0.1.Final
9.2-1004-jdbc4
5.17.0
@@ -51,7 +50,7 @@
1.6.4
2.4
2.9.4
- 1.0.9
+ 1.1.22
4.3.5
4.0.1
2.0
@@ -143,6 +142,13 @@
${mysql.version}
+
+
+ com.microsoft.sqlserver
+ mssql-jdbc
+ 7.4.1.jre8
+
+
com.alibaba
@@ -255,10 +261,9 @@
5.0.0
- jstl
+ javax.servlet
jstl
${jstl.version}
- provided
-
- com.mchange
- c3p0
- ${c3p0.version}
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -73,10 +101,10 @@
-
+
@@ -131,7 +159,7 @@
-
+
-
<%
- String POWER_URLHEAD = (String)request.getParameter("POWER_URLHEAD");
- String POWER_JSP = (String)request.getParameter("POWER_JSP");
- String token = (String)request.getSession().getAttribute("token");
+ String POWER_URLHEAD = (String) request.getParameter("POWER_URLHEAD");
+ String POWER_JSP = (String) request.getParameter("POWER_JSP");
+ String token = (String) request.getSession().getAttribute("token");
// String token = (String)request.getParameter("token");
- String WEBSOCKET_URLHEAD = (String)request.getParameter("WEBSOCKET_URLHEAD");
- String STR_SPLIT = (String)request.getParameter("STR_SPLIT");
+ String WEBSOCKET_URLHEAD = (String) request.getParameter("WEBSOCKET_URLHEAD");
+ String STR_SPLIT = (String) request.getParameter("STR_SPLIT");
%>
-
+
@@ -57,7 +62,7 @@
-
+
@@ -79,7 +84,7 @@
<%@ include file="/WEB-INF/jspf/webSocket.jspf" %>
+