|
@@ -1,228 +0,0 @@
|
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
- <groupId>com.fuzamei</groupId>
|
|
|
- <artifactId>fund_trusteeship_ccb</artifactId>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
- <packaging>war</packaging>
|
|
|
- <properties>
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- <spring.version>4.3.2.RELEASE</spring.version>
|
|
|
- <jackson.version>2.9.0</jackson.version>
|
|
|
- </properties>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>log4j</groupId>
|
|
|
- <artifactId>log4j</artifactId>
|
|
|
- <version>1.2.17</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <version>4.9</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.mockito</groupId>
|
|
|
- <artifactId>mockito-all</artifactId>
|
|
|
- <version>1.9.5</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-test</artifactId>
|
|
|
- <version> 3.2.4.RELEASE </version>
|
|
|
- <scope>provided</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- spring mvc jar start…… -->
|
|
|
- <!-- commons-logging-1.1.3.jar -->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
- <version>1.1.3</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring-aop-version.RELEASE -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-aop</artifactId>
|
|
|
- <version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring-beans-version.RELEASE.jar -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-beans</artifactId>
|
|
|
- <version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring-context-version.RELEASE.jar -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-context</artifactId>
|
|
|
- <version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring-core-version.RELEASE.jar -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-core</artifactId>
|
|
|
- <version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring-expression-version.RELEASE.jar -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-expression</artifactId>
|
|
|
- <version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring-web-version.RELEASE.jar -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-web</artifactId>
|
|
|
- <version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring-webmvc-version.RELEASE.jar -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-webmvc</artifactId>
|
|
|
- <version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring mvc jar end…… -->
|
|
|
- <!-- jackson jar start…… -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.codehaus.jackson</groupId>
|
|
|
- <artifactId>jackson-mapper-asl</artifactId>
|
|
|
- <version>1.9.10</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-annotations</artifactId>
|
|
|
- <version>${jackson.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-core</artifactId>
|
|
|
- <version>${jackson.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
- <version>${jackson.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- jackson jar end…… -->
|
|
|
- <!-- redis jar start…… -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.data</groupId>
|
|
|
- <artifactId>spring-data-redis</artifactId>
|
|
|
- <version>1.6.0.RELEASE</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>redis.clients</groupId>
|
|
|
- <artifactId>jedis</artifactId>
|
|
|
- <version>2.7.3</version>
|
|
|
- </dependency>
|
|
|
- <!-- redis jar end…… -->
|
|
|
- <!-- mybatis jar start…… -->
|
|
|
- <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis-spring -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
- <artifactId>mybatis-spring</artifactId>
|
|
|
- <version>1.3.1</version>
|
|
|
- </dependency>
|
|
|
- <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
- <artifactId>mybatis</artifactId>
|
|
|
- <version>3.4.5</version>
|
|
|
- </dependency>
|
|
|
- <!-- mybatis jar end…… -->
|
|
|
- <!-- 数据库+mybatis jar start…… -->
|
|
|
- <!-- https://mvnrepository.com/artifact/commons-dbcp/commons-dbcp -->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-dbcp</groupId>
|
|
|
- <artifactId>commons-dbcp</artifactId>
|
|
|
- <version>1.2.2</version>
|
|
|
- </dependency>
|
|
|
- <!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-collections</groupId>
|
|
|
- <artifactId>commons-collections</artifactId>
|
|
|
- <version>3.2.1</version>
|
|
|
- </dependency>
|
|
|
- <!-- https://mvnrepository.com/artifact/commons-pool/commons-pool -->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-pool</groupId>
|
|
|
- <artifactId>commons-pool</artifactId>
|
|
|
- <version>1.6</version>
|
|
|
- </dependency>
|
|
|
- <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
|
|
- <dependency>
|
|
|
- <groupId>mysql</groupId>
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
- <version>5.1.40</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-jdbc</artifactId>
|
|
|
- <version>4.2.5.RELEASE</version>
|
|
|
- </dependency>
|
|
|
- <!-- 数据库+mybatis jar start…… -->
|
|
|
- <!-- fastJSON jar start…… -->
|
|
|
- <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.38</version>
|
|
|
- </dependency>
|
|
|
- <!-- fastJSON jar end…… -->
|
|
|
- <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.google.protobuf</groupId>
|
|
|
- <artifactId>protobuf-java</artifactId>
|
|
|
- <version>3.1.0</version>
|
|
|
- </dependency>
|
|
|
- <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-io</groupId>
|
|
|
- <artifactId>commons-io</artifactId>
|
|
|
- <version>2.5</version>
|
|
|
- </dependency>
|
|
|
- <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-fileupload</groupId>
|
|
|
- <artifactId>commons-fileupload</artifactId>
|
|
|
- <version>1.3.1</version>
|
|
|
- </dependency>
|
|
|
- <!-- excel jar start…… -->
|
|
|
- <!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi</artifactId>
|
|
|
- <version>3.7</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi-ooxml</artifactId>
|
|
|
- <version>3.7</version>
|
|
|
- </dependency>
|
|
|
- <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
- <version>3.7</version>
|
|
|
- </dependency>
|
|
|
- <!-- excel jar end…… -->
|
|
|
- <!-- https://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
|
|
|
-<!-- https://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
|
|
|
-<dependency>
|
|
|
- <groupId>org.quartz-scheduler</groupId>
|
|
|
- <artifactId>quartz</artifactId>
|
|
|
- <version>2.3.0</version>
|
|
|
-</dependency>
|
|
|
-
|
|
|
-<dependency>
|
|
|
- <groupId>org.quartz-scheduler</groupId>
|
|
|
- <artifactId>quartz</artifactId>
|
|
|
- <version>2.2.1</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
-</project>
|