diff --git a/build.gradle b/build.gradle index 66d2b633..9455fced 100644 --- a/build.gradle +++ b/build.gradle @@ -150,7 +150,6 @@ subprojects { compile group: 'commons-collections', name: 'commons-collections', version: '3.2.2' compile group: 'org.apache.commons', name: 'commons-csv', version: '1.7' compile group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.6.0' - //compile group: 'commons-dbcp', name: 'commons-dbcp', version: '1.4' compile group: 'commons-dbutils', name: 'commons-dbutils', version: '1.7' compile group: 'org.apache.commons', name: 'commons-digester3', version: '3.2' compile group: 'commons-digester', name: 'commons-digester', version: '2.1' @@ -170,8 +169,8 @@ subprojects { compile group: 'org.apache.velocity', name: 'velocity', version: '1.7' compile group: 'velocity', name: 'velocity-dep', version: '1.4' compile group: 'org.freemarker', name: 'freemarker', version: '2.3.28' - //compile group: 'org.apache.commons', name: 'not-yet-commons-ssl', version: '0.3.9' - + compile group: 'org.apache.commons', name: 'not-yet-commons-ssl', version: '0.3.9' + compile group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: "${log4jVersion}" compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: "${log4jVersion}" compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: "${log4jVersion}" @@ -257,11 +256,10 @@ subprojects { compile group: 'redis.clients', name: 'jedis', version: '3.0.1' compile group: 'org.ehcache', name: 'ehcache', version: '3.5.3' - compile group: 'org.mybatis', name: 'mybatis', version: '3.5.1' - compile group: 'org.mybatis', name: 'mybatis-spring', version: '2.0.1' - compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.47' - compile group: 'com.mchange', name: 'c3p0', version: '0.9.5.4' - compile group: 'com.mchange', name: 'mchange-commons-java', version: '0.2.16' + compile group: 'org.mybatis', name: 'mybatis', version: '3.5.3' + compile group: 'org.mybatis', name: 'mybatis-spring', version: '2.0.3' + compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.48' + compile group: 'com.alibaba', name: 'druid', version: '1.1.21' compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '6.0.17.Final' compile group: 'org.hibernate', name: 'hibernate-validator-cdi', version: '6.0.17.Final' compile group: 'org.hibernate.validator', name: 'hibernate-validator-annotation-processor', version: '6.0.17.Final' @@ -285,7 +283,11 @@ subprojects { //compile group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.2' //compile group: 'xalan', name: 'serializer', version: '2.7.2' //compile group: 'xalan', name: 'xalan', version: '2.7.2' - //compile group: 'xml-apis', name: 'xml-apis', version: '1.4.01' + //compile group: 'xml-apis', name: 'xml-apis', version: '2.0.2' + compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' + compile group: 'javax.xml.bind', name: 'jaxb-core', version: '2.3.0.1' + compile group: 'javax.xml.bind', name: 'jaxb-impl', version: '2.3.0.1' + compile group: 'javax.xml.bind', name: 'jaxb-xjc', version: '2.3.0.1' compile group: 'xml-resolver', name: 'xml-resolver', version: '1.2' compile group: 'org.apache.santuario', name: 'xmlsec', version: '1.5.8' compile group: 'org.ogce', name: 'xpp3', version: '1.1.6' @@ -297,16 +299,11 @@ subprojects { testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.19' //local jars - compile fileTree(dir: "${rootDir}/maxkey-lib/", include: '*/*.jar') + compile fileTree(dir: "${rootDir}/maxkey-lib/", include: '*.jar') compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.29' compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-logging-juli', version: '8.5.2' - //compile group: 'org.eclipse.jdt.core.compiler', name: 'ecj', version: '4.6.1' - //compile group: 'javax.el', name: 'javax.el-api', version: '3.0.0' - //compile group: 'el-impl', name: 'el-impl', version: '1.0' - - } diff --git a/sql/maxkey_v1.1.sql b/databse-sql/maxkey_v1.1.sql similarity index 100% rename from sql/maxkey_v1.1.sql rename to databse-sql/maxkey_v1.1.sql diff --git a/maxkey-dao/src/test/resources/spring/applicationContext-database.xml b/maxkey-dao/src/test/resources/spring/applicationContext-database.xml index 6582bfa6..a06136dc 100644 --- a/maxkey-dao/src/test/resources/spring/applicationContext-database.xml +++ b/maxkey-dao/src/test/resources/spring/applicationContext-database.xml @@ -18,16 +18,12 @@ http://www.springframework.org/schema/aop/spring-aop.xsd"> - - - - - - - - - - + + + + + + \ No newline at end of file diff --git a/maxkey-lib/other/mybatis-jpa-extra-1.0.jar b/maxkey-lib/mybatis-jpa-extra-1.0.jar similarity index 100% rename from maxkey-lib/other/mybatis-jpa-extra-1.0.jar rename to maxkey-lib/mybatis-jpa-extra-1.0.jar diff --git a/maxkey-lib/other/mybatis-jpa-extra-2.1-api-1.0.jar b/maxkey-lib/mybatis-jpa-extra-2.1-api-1.0.jar similarity index 100% rename from maxkey-lib/other/mybatis-jpa-extra-2.1-api-1.0.jar rename to maxkey-lib/mybatis-jpa-extra-2.1-api-1.0.jar diff --git a/maxkey-lib/other/jaxb-impl-2.2_1.jar b/maxkey-lib/other/jaxb-impl-2.2_1.jar deleted file mode 100644 index 7b0bff60..00000000 Binary files a/maxkey-lib/other/jaxb-impl-2.2_1.jar and /dev/null differ diff --git a/maxkey-lib/other/not-yet-commons-ssl-0.3.9.jar b/maxkey-lib/other/not-yet-commons-ssl-0.3.9.jar deleted file mode 100644 index cb1bee3a..00000000 Binary files a/maxkey-lib/other/not-yet-commons-ssl-0.3.9.jar and /dev/null differ diff --git a/maxkey-lib/other/serializer-2.10.0.jar b/maxkey-lib/other/serializer-2.10.0.jar deleted file mode 100644 index de9b007b..00000000 Binary files a/maxkey-lib/other/serializer-2.10.0.jar and /dev/null differ diff --git a/maxkey-lib/other/xalan-2.7.1.jar b/maxkey-lib/other/xalan-2.7.1.jar deleted file mode 100644 index 458fa73d..00000000 Binary files a/maxkey-lib/other/xalan-2.7.1.jar and /dev/null differ diff --git a/maxkey-lib/other/xml-apis-2.10.0.jar b/maxkey-lib/other/xml-apis-2.10.0.jar deleted file mode 100644 index 46733464..00000000 Binary files a/maxkey-lib/other/xml-apis-2.10.0.jar and /dev/null differ diff --git a/maxkey-web-manage/.settings/org.eclipse.wst.common.component b/maxkey-web-manage/.settings/org.eclipse.wst.common.component deleted file mode 100644 index 7d384046..00000000 --- a/maxkey-web-manage/.settings/org.eclipse.wst.common.component +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - diff --git a/maxkey-web-manage/.settings/org.eclipse.wst.common.project.facet.core.xml b/maxkey-web-manage/.settings/org.eclipse.wst.common.project.facet.core.xml deleted file mode 100644 index 509bad92..00000000 --- a/maxkey-web-manage/.settings/org.eclipse.wst.common.project.facet.core.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/maxkey-web-manage/src/main/resources/spring/maxkey-mgt-persistence.xml b/maxkey-web-manage/src/main/resources/spring/maxkey-mgt-persistence.xml index 7f0a1902..bb7fbf9c 100644 --- a/maxkey-web-manage/src/main/resources/spring/maxkey-mgt-persistence.xml +++ b/maxkey-web-manage/src/main/resources/spring/maxkey-mgt-persistence.xml @@ -18,11 +18,11 @@ http://www.springframework.org/schema/aop/spring-aop.xsd"> - - - - - + + + + + diff --git a/maxkey-web-maxkey/.settings/org.eclipse.wst.common.component b/maxkey-web-maxkey/.settings/org.eclipse.wst.common.component deleted file mode 100644 index ffee145e..00000000 --- a/maxkey-web-maxkey/.settings/org.eclipse.wst.common.component +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - uses - - - diff --git a/maxkey-web-maxkey/.settings/org.eclipse.wst.common.project.facet.core.xml b/maxkey-web-maxkey/.settings/org.eclipse.wst.common.project.facet.core.xml deleted file mode 100644 index cea524ad..00000000 --- a/maxkey-web-maxkey/.settings/org.eclipse.wst.common.project.facet.core.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/maxkey-web-maxkey/src/main/resources/spring/maxkey-persistence.xml b/maxkey-web-maxkey/src/main/resources/spring/maxkey-persistence.xml index cb6fea45..7e9d9f66 100644 --- a/maxkey-web-maxkey/src/main/resources/spring/maxkey-persistence.xml +++ b/maxkey-web-maxkey/src/main/resources/spring/maxkey-persistence.xml @@ -18,11 +18,11 @@ http://www.springframework.org/schema/aop/spring-aop.xsd"> - - - - - + + + + +