|
@@ -50,10 +50,6 @@
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-messaging</artifactId>
|
|
<artifactId>spring-messaging</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
- <exclusion>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-tx</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-context</artifactId>
|
|
<artifactId>spring-context</artifactId>
|
|
@@ -61,11 +57,6 @@
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-aspects</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-beans</artifactId>
|
|
<artifactId>spring-beans</artifactId>
|
|
@@ -81,16 +72,6 @@
|
|
<artifactId>spring-core</artifactId>
|
|
<artifactId>spring-core</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-expression</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-instrument</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-webmvc</artifactId>
|
|
<artifactId>spring-webmvc</artifactId>
|
|
@@ -101,21 +82,6 @@
|
|
<artifactId>spring-jdbc</artifactId>
|
|
<artifactId>spring-jdbc</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-jms</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-orm</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-oxm</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-web</artifactId>
|
|
<artifactId>spring-web</artifactId>
|
|
@@ -138,12 +104,12 @@
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
- <artifactId>spring-aop</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-tx</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
- <artifactId>spring-instrument-tomcat</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-aop</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -159,6 +125,12 @@
|
|
<version>1.7</version>
|
|
<version>1.7</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.zookeeper</groupId>
|
|
|
|
+ <artifactId>zookeeper</artifactId>
|
|
|
|
+ <version>3.3.6</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.googlecode.java-diff-utils</groupId>
|
|
<groupId>com.googlecode.java-diff-utils</groupId>
|
|
<artifactId>diffutils</artifactId>
|
|
<artifactId>diffutils</artifactId>
|
|
@@ -171,68 +143,43 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>mysql</groupId>
|
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>javax.mail</groupId>
|
|
|
|
- <artifactId>mail</artifactId>
|
|
|
|
|
|
+ <groupId>commons-pool</groupId>
|
|
|
|
+ <artifactId>commons-pool</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>c3p0</groupId>
|
|
|
|
- <artifactId>c3p0</artifactId>
|
|
|
|
|
|
+ <groupId>redis.clients</groupId>
|
|
|
|
+ <artifactId>jedis</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>commons-beanutils</groupId>
|
|
|
|
- <artifactId>commons-beanutils</artifactId>
|
|
|
|
|
|
+ <groupId>javax.validation</groupId>
|
|
|
|
+ <artifactId>validation-api</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>commons-collections</groupId>
|
|
|
|
- <artifactId>commons-collections</artifactId>
|
|
|
|
|
|
+ <groupId>javax.mail</groupId>
|
|
|
|
+ <artifactId>mail</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>commons-httpclient</groupId>
|
|
|
|
- <artifactId>commons-httpclient</artifactId>
|
|
|
|
|
|
+ <groupId>javax.annotation</groupId>
|
|
|
|
+ <artifactId>javax.annotation-api</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>commons-configuration</groupId>
|
|
|
|
- <artifactId>commons-configuration</artifactId>
|
|
|
|
- <version>1.9</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>dom4j</groupId>
|
|
|
|
- <artifactId>dom4j</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>xml-apis</groupId>
|
|
|
|
- <artifactId>xml-apis</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>xalan</groupId>
|
|
|
|
- <artifactId>xalan</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>xerces</groupId>
|
|
|
|
- <artifactId>xercesImpl</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
|
|
+ <groupId>c3p0</groupId>
|
|
|
|
+ <artifactId>c3p0</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>commons-validator</groupId>
|
|
|
|
- <artifactId>commons-validator</artifactId>
|
|
|
|
- <version>1.4.0</version>
|
|
|
|
|
|
+ <groupId>commons-beanutils</groupId>
|
|
|
|
+ <artifactId>commons-beanutils</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.freemarker</groupId>
|
|
|
|
- <artifactId>freemarker</artifactId>
|
|
|
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -241,18 +188,13 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
- <artifactId>jackson-core</artifactId>
|
|
|
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
|
+ <artifactId>lombok</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -261,16 +203,6 @@
|
|
<version>1.7.4</version>
|
|
<version>1.7.4</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>redis.clients</groupId>
|
|
|
|
- <artifactId>jedis</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-fileupload</groupId>
|
|
|
|
- <artifactId>commons-fileupload</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-validator</artifactId>
|
|
<artifactId>hibernate-validator</artifactId>
|
|
@@ -291,16 +223,6 @@
|
|
<artifactId>commons-lang</artifactId>
|
|
<artifactId>commons-lang</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-pool</groupId>
|
|
|
|
- <artifactId>commons-pool</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>servlet-api</artifactId>
|
|
<artifactId>servlet-api</artifactId>
|
|
@@ -342,6 +264,11 @@
|
|
<artifactId>logback-classic</artifactId>
|
|
<artifactId>logback-classic</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<!-- test -->
|
|
<!-- test -->
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -355,9 +282,9 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.hibernate</groupId>
|
|
|
|
- <artifactId>hibernate-core</artifactId>
|
|
|
|
- <version>4.3.0.CR1</version>
|
|
|
|
|
|
+ <groupId>junit</groupId>
|
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|