|  | @@ -0,0 +1,969 @@
 | 
	
		
			
				|  |  | +<?xml version="1.0" encoding="UTF-8"?>
 | 
	
		
			
				|  |  | +<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>jeeplus</groupId>
 | 
	
		
			
				|  |  | +    <artifactId>jeeplus</artifactId>
 | 
	
		
			
				|  |  | +    <version>0.0.1-SNAPSHOT</version>
 | 
	
		
			
				|  |  | +    <packaging>war</packaging>
 | 
	
		
			
				|  |  | +    <name>jeeplus</name>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    <!-- 项目属性 -->
 | 
	
		
			
				|  |  | +    <properties>
 | 
	
		
			
				|  |  | +        <lib.path>${basedir}/src/main/webapp/WEB-INF/lib</lib.path>
 | 
	
		
			
				|  |  | +        <!-- main version setting -->
 | 
	
		
			
				|  |  | +        <spring.version>4.0.8.RELEASE</spring.version>
 | 
	
		
			
				|  |  | +        <validator.version>5.1.1.Final</validator.version>
 | 
	
		
			
				|  |  | +        <mybatis.version>3.2.8</mybatis.version>
 | 
	
		
			
				|  |  | +        <mybatis-spring.version>1.2.2</mybatis-spring.version>
 | 
	
		
			
				|  |  | +        <druid.version>1.1.3</druid.version>
 | 
	
		
			
				|  |  | +        <ehcache.version>2.6.9</ehcache.version>
 | 
	
		
			
				|  |  | +        <ehcache-web.version>2.0.4</ehcache-web.version>
 | 
	
		
			
				|  |  | +        <shiro.version>1.2.3</shiro.version>
 | 
	
		
			
				|  |  | +        <sitemesh.version>2.4.2</sitemesh.version>
 | 
	
		
			
				|  |  | +        <activation.version>5.19.0</activation.version>
 | 
	
		
			
				|  |  | +        <jpush.version>3.2.17</jpush.version>
 | 
	
		
			
				|  |  | +        <jiguang.version>1.0.3</jiguang.version>
 | 
	
		
			
				|  |  | +        <netty.version>4.1.6.Final</netty.version>
 | 
	
		
			
				|  |  | +        <gson.version>2.3</gson.version>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- tools version setting -->
 | 
	
		
			
				|  |  | +        <slf4j.version>1.7.22</slf4j.version>
 | 
	
		
			
				|  |  | +        <commons-lang.version>2.5</commons-lang.version>
 | 
	
		
			
				|  |  | +        <commons-lang3.version>3.3.2</commons-lang3.version>
 | 
	
		
			
				|  |  | +        <commons-io.version>2.4</commons-io.version>
 | 
	
		
			
				|  |  | +        <commons-codec.version>1.9</commons-codec.version>
 | 
	
		
			
				|  |  | +        <commons-fileupload.version>1.3.1</commons-fileupload.version>
 | 
	
		
			
				|  |  | +        <commons-beanutils.version>1.9.1</commons-beanutils.version>
 | 
	
		
			
				|  |  | +        <jackson.version>2.2.3</jackson.version>
 | 
	
		
			
				|  |  | +        <fastjson.version>1.1.40</fastjson.version>
 | 
	
		
			
				|  |  | +        <xstream.version>1.4.7</xstream.version>
 | 
	
		
			
				|  |  | +        <guava.version>17.0</guava.version>
 | 
	
		
			
				|  |  | +        <dozer.version>5.5.1</dozer.version>
 | 
	
		
			
				|  |  | +        <poi.version>3.9</poi.version>
 | 
	
		
			
				|  |  | +        <freemarker.version>2.3.20</freemarker.version>
 | 
	
		
			
				|  |  | +        <ckfinder.version>2.3</ckfinder.version>
 | 
	
		
			
				|  |  | +        <websocket.version>1.3.0</websocket.version>
 | 
	
		
			
				|  |  | +        <!--<ckfinder.version>2.6.1</ckfinder.version>-->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- jdbc driver setting -->
 | 
	
		
			
				|  |  | +        <mysql.driver.version>5.1.30</mysql.driver.version>
 | 
	
		
			
				|  |  | +        <oracle.driver.version>10.2.0.4.0</oracle.driver.version>
 | 
	
		
			
				|  |  | +        <mssql.driver.version>1.3.1</mssql.driver.version>
 | 
	
		
			
				|  |  | +        <mongodb.data.version>1.8.4.RELEASE</mongodb.data.version>
 | 
	
		
			
				|  |  | +        <mongodb.driver.version>3.2.2</mongodb.driver.version>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- environment setting -->
 | 
	
		
			
				|  |  | +        <jdk.version>1.7</jdk.version>
 | 
	
		
			
				|  |  | +        <tomcat.version>2.2</tomcat.version>
 | 
	
		
			
				|  |  | +        <webserver.port>8181</webserver.port>
 | 
	
		
			
				|  |  | +        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
	
		
			
				|  |  | +        <downloadSources>true</downloadSources>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <jodconverter.version>2.2.1</jodconverter.version>
 | 
	
		
			
				|  |  | +        <pdfbox.version>2.0.9</pdfbox.version>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    </properties>
 | 
	
		
			
				|  |  | +    <build>
 | 
	
		
			
				|  |  | +        <finalName>jeeplus</finalName>
 | 
	
		
			
				|  |  | +        <plugins>
 | 
	
		
			
				|  |  | +            <plugin>
 | 
	
		
			
				|  |  | +                <groupId>org.apache.maven.plugins</groupId>
 | 
	
		
			
				|  |  | +                <artifactId>maven-compiler-plugin</artifactId>
 | 
	
		
			
				|  |  | +                <version>3.3</version>
 | 
	
		
			
				|  |  | +                <configuration>
 | 
	
		
			
				|  |  | +                    <source>1.7</source>
 | 
	
		
			
				|  |  | +                    <target>1.7</target>
 | 
	
		
			
				|  |  | +                    <compilerArguments>
 | 
	
		
			
				|  |  | +                        <bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath>
 | 
	
		
			
				|  |  | +                        <extdirs>${project.basedir}/src/main/webapp/WEB-INF/jar</extdirs>
 | 
	
		
			
				|  |  | +                    </compilerArguments>
 | 
	
		
			
				|  |  | +                </configuration>
 | 
	
		
			
				|  |  | +            </plugin>
 | 
	
		
			
				|  |  | +            <plugin>
 | 
	
		
			
				|  |  | +                <groupId>org.apache.maven.plugins</groupId>
 | 
	
		
			
				|  |  | +                <artifactId>maven-dependency-plugin</artifactId>
 | 
	
		
			
				|  |  | +                <version>2.10</version>
 | 
	
		
			
				|  |  | +                <executions>
 | 
	
		
			
				|  |  | +                    <execution>
 | 
	
		
			
				|  |  | +                        <id>copy-dependencies</id>
 | 
	
		
			
				|  |  | +                        <phase>compile</phase>
 | 
	
		
			
				|  |  | +                        <goals>
 | 
	
		
			
				|  |  | +                            <goal>copy-dependencies</goal>
 | 
	
		
			
				|  |  | +                        </goals>
 | 
	
		
			
				|  |  | +                        <configuration>
 | 
	
		
			
				|  |  | +                            <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/lib</outputDirectory>
 | 
	
		
			
				|  |  | +                            <includeScope>system</includeScope>
 | 
	
		
			
				|  |  | +                        </configuration>
 | 
	
		
			
				|  |  | +                    </execution>
 | 
	
		
			
				|  |  | +                </executions>
 | 
	
		
			
				|  |  | +            </plugin>
 | 
	
		
			
				|  |  | +        </plugins>
 | 
	
		
			
				|  |  | +    </build>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    <!-- 依赖项定义 -->
 | 
	
		
			
				|  |  | +    <dependencies>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- SPRING begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-core</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +            <exclusions>
 | 
	
		
			
				|  |  | +                <exclusion>
 | 
	
		
			
				|  |  | +                    <groupId>commons-logging</groupId>
 | 
	
		
			
				|  |  | +                    <artifactId>commons-logging</artifactId>
 | 
	
		
			
				|  |  | +                </exclusion>
 | 
	
		
			
				|  |  | +            </exclusions>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-beans</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>cn.jpush.api</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jpush-client</artifactId>
 | 
	
		
			
				|  |  | +            <version>${jpush.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>cn.jpush.api</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jiguang-common</artifactId>
 | 
	
		
			
				|  |  | +            <version>${jiguang.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>io.netty</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>netty-all</artifactId>
 | 
	
		
			
				|  |  | +            <version>${netty.version}</version>
 | 
	
		
			
				|  |  | +            <scope>compile</scope>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.google.code.gson</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>gson</artifactId>
 | 
	
		
			
				|  |  | +            <version>${gson.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-context</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-context-support</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-aop</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +            <exclusions>
 | 
	
		
			
				|  |  | +                <exclusion>
 | 
	
		
			
				|  |  | +                    <groupId>commons-logging</groupId>
 | 
	
		
			
				|  |  | +                    <artifactId>commons-logging</artifactId>
 | 
	
		
			
				|  |  | +                </exclusion>
 | 
	
		
			
				|  |  | +            </exclusions>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-tx</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- spring orm -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-orm</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-jdbc</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- bean validate -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.hibernate</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>hibernate-validator</artifactId>
 | 
	
		
			
				|  |  | +            <version>${validator.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- SPRING end -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- AOP begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.aspectj</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>aspectjrt</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.7.4</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.aspectj</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>aspectjweaver</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.7.4</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>cglib</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>cglib</artifactId>
 | 
	
		
			
				|  |  | +            <version>3.1</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- AOP end -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- PERSISTENCE begin -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- MyBatis -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.mybatis</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>mybatis</artifactId>
 | 
	
		
			
				|  |  | +            <version>${mybatis.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.mybatis</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>mybatis-spring</artifactId>
 | 
	
		
			
				|  |  | +            <version>${mybatis-spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- connection pool -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.alibaba</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>druid</artifactId>
 | 
	
		
			
				|  |  | +            <version>${druid.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- jdbc driver -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>mysql</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>mysql-connector-java</artifactId>
 | 
	
		
			
				|  |  | +            <version>${mysql.driver.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- mongoDB支持jar -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework.data</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-data-mongodb</artifactId>
 | 
	
		
			
				|  |  | +            <version>${mongodb.data.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.mongodb</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>mongo-java-driver</artifactId>
 | 
	
		
			
				|  |  | +            <version>${mongodb.driver.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.oracle</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ojdbc14</artifactId>
 | 
	
		
			
				|  |  | +            <version>${oracle.driver.version}</version>
 | 
	
		
			
				|  |  | +            <scope>runtime</scope>
 | 
	
		
			
				|  |  | +        </dependency> -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>net.sourceforge.jtds</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jtds</artifactId>
 | 
	
		
			
				|  |  | +            <version>${mssql.driver.version}</version>
 | 
	
		
			
				|  |  | +            <scope>runtime</scope>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- PERSISTENCE end -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- WEB begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-web</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-webmvc</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-oxm</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>opensymphony</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>sitemesh</artifactId>
 | 
	
		
			
				|  |  | +            <version>${sitemesh.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>taglibs</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>standard</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.1.2</version>
 | 
	
		
			
				|  |  | +            <type>jar</type>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--<dependency>-->
 | 
	
		
			
				|  |  | +        <!--<groupId>javax</groupId>-->
 | 
	
		
			
				|  |  | +        <!--<artifactId>javaee-api</artifactId>-->
 | 
	
		
			
				|  |  | +        <!--<version>7.0</version>-->
 | 
	
		
			
				|  |  | +        <!--</dependency>-->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>javax.servlet</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jstl</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.2</version>
 | 
	
		
			
				|  |  | +            <type>jar</type>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>javax.servlet</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>servlet-api</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.5</version>
 | 
	
		
			
				|  |  | +            <scope>provided</scope>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>javax.servlet.jsp</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jsp-api</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.1</version>
 | 
	
		
			
				|  |  | +            <scope>provided</scope>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>javax.servlet</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>javax.servlet-api</artifactId>
 | 
	
		
			
				|  |  | +            <version>3.0.1</version>
 | 
	
		
			
				|  |  | +            <scope>provided</scope>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>javax.servlet.jsp</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jsp-api</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.2</version>
 | 
	
		
			
				|  |  | +            <scope>provided</scope>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- CACHE begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>net.sf.ehcache</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ehcache-core</artifactId>
 | 
	
		
			
				|  |  | +            <version>${ehcache.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>net.sf.ehcache</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ehcache-web</artifactId>
 | 
	
		
			
				|  |  | +            <version>${ehcache-web.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>redis.clients</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jedis</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.5.1</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- CACHE end -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- SECURITY begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.shiro</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>shiro-core</artifactId>
 | 
	
		
			
				|  |  | +            <version>${shiro.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.shiro</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>shiro-spring</artifactId>
 | 
	
		
			
				|  |  | +            <version>${shiro.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.shiro</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>shiro-cas</artifactId>
 | 
	
		
			
				|  |  | +            <version>${shiro.version}</version>
 | 
	
		
			
				|  |  | +            <exclusions>
 | 
	
		
			
				|  |  | +                <exclusion>
 | 
	
		
			
				|  |  | +                    <groupId>commons-logging</groupId>
 | 
	
		
			
				|  |  | +                    <artifactId>commons-logging</artifactId>
 | 
	
		
			
				|  |  | +                </exclusion>
 | 
	
		
			
				|  |  | +            </exclusions>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.shiro</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>shiro-web</artifactId>
 | 
	
		
			
				|  |  | +            <version>${shiro.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.shiro</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>shiro-ehcache</artifactId>
 | 
	
		
			
				|  |  | +            <version>${shiro.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- SECURITY end -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- LOGGING begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.slf4j</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>slf4j-api</artifactId>
 | 
	
		
			
				|  |  | +            <version>${slf4j.version}</version>
 | 
	
		
			
				|  |  | +            <scope>compile</scope>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- LOGGING end -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- GENERAL UTILS begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>commons-lang</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>commons-lang</artifactId>
 | 
	
		
			
				|  |  | +            <version>${commons-lang.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.commons</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>commons-lang3</artifactId>
 | 
	
		
			
				|  |  | +            <version>${commons-lang3.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>commons-io</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>commons-io</artifactId>
 | 
	
		
			
				|  |  | +            <version>${commons-io.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>commons-codec</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>commons-codec</artifactId>
 | 
	
		
			
				|  |  | +            <version>${commons-codec.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>commons-fileupload</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>commons-fileupload</artifactId>
 | 
	
		
			
				|  |  | +            <version>${commons-fileupload.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>commons-beanutils</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>commons-beanutils</artifactId>
 | 
	
		
			
				|  |  | +            <version>${commons-beanutils.version}</version>
 | 
	
		
			
				|  |  | +            <exclusions>
 | 
	
		
			
				|  |  | +                <exclusion>
 | 
	
		
			
				|  |  | +                    <groupId>commons-logging</groupId>
 | 
	
		
			
				|  |  | +                    <artifactId>commons-logging</artifactId>
 | 
	
		
			
				|  |  | +                </exclusion>
 | 
	
		
			
				|  |  | +            </exclusions>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- google java lib -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.google.guava</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>guava</artifactId>
 | 
	
		
			
				|  |  | +            <version>${guava.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- jackson json -->
 | 
	
		
			
				|  |  | +        <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>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.fasterxml.jackson.core</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jackson-annotations</artifactId>
 | 
	
		
			
				|  |  | +            <version>${jackson.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.fasterxml.jackson.module</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jackson-module-jaxb-annotations</artifactId>
 | 
	
		
			
				|  |  | +            <version>${jackson.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.codehaus.jackson</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jackson-mapper-asl</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.9.13</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- fastjson json
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.alibaba</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>fastjson</artifactId>
 | 
	
		
			
				|  |  | +            <version>${fastjson.version}</version>
 | 
	
		
			
				|  |  | +        </dependency> -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- xstream xml -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.thoughtworks.xstream</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>xstream</artifactId>
 | 
	
		
			
				|  |  | +            <version>${xstream.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- pojo copy -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>net.sf.dozer</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>dozer</artifactId>
 | 
	
		
			
				|  |  | +            <version>${dozer.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- freemarker engine -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.freemarker</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>freemarker</artifactId>
 | 
	
		
			
				|  |  | +            <version>${freemarker.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- email -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>javax.mail</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>mail</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.4.7</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>javax.activation</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activation</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.1.1</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- poi office -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.poi</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>poi</artifactId>
 | 
	
		
			
				|  |  | +            <version>${poi.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.poi</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>poi-ooxml</artifactId>
 | 
	
		
			
				|  |  | +            <version>${poi.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.poi</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>poi-ooxml-schemas</artifactId>
 | 
	
		
			
				|  |  | +            <version>${poi.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- image util -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.drewnoakes</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>metadata-extractor</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.6.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- 条形码、二维码生成  -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.google.zxing</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>core</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.google.zxing</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>javase</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>batik</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>batik-util</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.6-1</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- 中文分词 -->
 | 
	
		
			
				|  |  | +        <!--<dependency>-->
 | 
	
		
			
				|  |  | +        <!--<groupId>org.wltea</groupId>-->
 | 
	
		
			
				|  |  | +        <!--<artifactId>analyzer</artifactId>-->
 | 
	
		
			
				|  |  | +        <!--<version>2012_u6</version>-->
 | 
	
		
			
				|  |  | +        <!--</dependency>-->
 | 
	
		
			
				|  |  | +        <!-- GENERAL UTILS end -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.belerweb</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>pinyin4j</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.5.0</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- CKFinder begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>net.coobird</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>thumbnailator</artifactId>
 | 
	
		
			
				|  |  | +            <version>0.4.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.ckfinder</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>apache-ant-zip</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.3</version>
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/apache-ant-zip-2.3.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.ckfinder</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ckfinder</artifactId>
 | 
	
		
			
				|  |  | +            <version>${ckfinder.version}</version>
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/ckfinder-2.3.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.ckfinder</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ckfinderplugin-fileeditor</artifactId>
 | 
	
		
			
				|  |  | +            <version>${ckfinder.version}</version>
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/ckfinderplugin-fileeditor-2.3.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.ckfinder</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ckfinderplugin-imageresize</artifactId>
 | 
	
		
			
				|  |  | +            <version>${ckfinder.version}</version>
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/ckfinderplugin-imageresize-2.3.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- CKFinder end -->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--<dependency>-->
 | 
	
		
			
				|  |  | +        <!--<groupId>org.jeeframework</groupId>-->
 | 
	
		
			
				|  |  | +        <!--<artifactId>gencode</artifactId>-->
 | 
	
		
			
				|  |  | +        <!--<version>1.5</version>-->
 | 
	
		
			
				|  |  | +        <!--</dependency>-->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- TEST begin -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>junit</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>junit</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.11</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-test</artifactId>
 | 
	
		
			
				|  |  | +            <version>${spring.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- TEST end -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>eu.bitwalker</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>UserAgentUtils</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.20</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- Java-WebSocket -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.java-websocket</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>Java-WebSocket</artifactId>
 | 
	
		
			
				|  |  | +            <version>${websocket.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.fusesource</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>sigar</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.6.4</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--httpcore -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.httpcomponents</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>httpcore</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.4.4</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--httpclient -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.httpcomponents</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>httpclient</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.5.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>QRCoder</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>QRCoder</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.0</version>
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/QRCode.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- https://mvnrepository.com/artifact/com.github.abel533/ECharts -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.github.abel533</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ECharts</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.2.7</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.google.code.gson</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>gson</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.6.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-email -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.commons</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>commons-email</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.4</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--<!– https://mvnrepository.com/artifact/javax.activation/activation –>-->
 | 
	
		
			
				|  |  | +        <!--<dependency>-->
 | 
	
		
			
				|  |  | +        <!--<groupId>javax.activation</groupId>-->
 | 
	
		
			
				|  |  | +        <!--<artifactId>activation</artifactId>-->
 | 
	
		
			
				|  |  | +        <!--<version>1.1.1</version>-->
 | 
	
		
			
				|  |  | +        <!--</dependency>-->
 | 
	
		
			
				|  |  | +        <!-- https://mvnrepository.com/artifact/org.activiti/activiti-bpmn-converter -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-bpmn-converter</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-bpmn-model</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-common-rest</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-diagram-rest</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-engine</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-explorer</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +            <exclusions>
 | 
	
		
			
				|  |  | +                <exclusion>
 | 
	
		
			
				|  |  | +                    <groupId>org.vaadin.addons</groupId>
 | 
	
		
			
				|  |  | +                    <artifactId>dcharts-widget</artifactId>
 | 
	
		
			
				|  |  | +                </exclusion>
 | 
	
		
			
				|  |  | +            </exclusions>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-image-generator</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-json-converter</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-modeler</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-process-validation</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-rest</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.activiti</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>activiti-spring</artifactId>
 | 
	
		
			
				|  |  | +            <version>${activation.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>net.sf.json-lib</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>json-lib</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.4</version>
 | 
	
		
			
				|  |  | +            <classifier>jdk15</classifier>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--<dependency>
 | 
	
		
			
				|  |  | +            <groupId>net.sf.json-lib</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>json-lib</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.4</version>
 | 
	
		
			
				|  |  | +        </dependency>-->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>ch.qos.logback</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>logback-core</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.2.1</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.squareup.okhttp</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>okhttp</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.7.5</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>ch.qos.logback</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>logback-classic</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.2.1</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.squareup.okhttp</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>logging-interceptor</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.7.5</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.squareup.okio</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>okio</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.6.0</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>io.swagger</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>swagger-annotations</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.5.1</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.easemob</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>rest-java-sdk</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.0.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!-- 新增jar包 -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>fr.opensagres.xdocreport</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>org.apache.poi.xwpf.converter.pdf</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.0.4</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!--阿里云图片服务-->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.aliyun.oss</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>aliyun-sdk-oss</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.6.0</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.aliyun</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>aliyun-java-sdk-core</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.1.7</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.aliyun</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>aliyun-java-sdk-sts</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.1.6</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.freemarker</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>freemarker</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.3.20</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- openoffice -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.openoffice</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ridl</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.1.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--<dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.libreoffice</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>ridl</artifactId>
 | 
	
		
			
				|  |  | +            <version>5.4.2</version>
 | 
	
		
			
				|  |  | +        </dependency>-->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.apache.pdfbox</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>pdfbox</artifactId>
 | 
	
		
			
				|  |  | +            <version>${pdfbox.version}</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--<dependency>-->
 | 
	
		
			
				|  |  | +        <!--<groupId>www.ssrh</groupId>-->
 | 
	
		
			
				|  |  | +        <!--<artifactId>DBstep</artifactId>-->
 | 
	
		
			
				|  |  | +        <!--<version>1.0</version>-->
 | 
	
		
			
				|  |  | +        <!--</dependency>-->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--<dependency>-->
 | 
	
		
			
				|  |  | +        <!--<groupId>www.ssrh</groupId>-->
 | 
	
		
			
				|  |  | +        <!--<artifactId>jodconverter</artifactId>-->
 | 
	
		
			
				|  |  | +        <!--<version>2.2.2</version>-->
 | 
	
		
			
				|  |  | +        <!--</dependency>-->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>www.ssrh</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jodconverter</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.2.2</version>
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/jodconverter-2.2.2.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!--<dependency>-->
 | 
	
		
			
				|  |  | +        <!--<groupId>www.ssrh</groupId>-->
 | 
	
		
			
				|  |  | +        <!--<artifactId>jodconverter-cli</artifactId>-->
 | 
	
		
			
				|  |  | +        <!--<version>2.2.2</version>-->
 | 
	
		
			
				|  |  | +        <!--</dependency>-->
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>www.ssrh</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jodconverter-cli</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.2.2</version>
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/jodconverter-cli-2.2.2.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>fakepath</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>jurt</artifactId>
 | 
	
		
			
				|  |  | +            <!--<version>2.3.0</version>-->
 | 
	
		
			
				|  |  | +            <version>3.0.1</version>
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/jurt-3.0.1.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>fakepath</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>juh</artifactId>
 | 
	
		
			
				|  |  | +            <version>3.0.1</version>
 | 
	
		
			
				|  |  | +            <!--<version>2.3.0</version>-->
 | 
	
		
			
				|  |  | +            <scope>system</scope>
 | 
	
		
			
				|  |  | +            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/juh-3.0.1.jar</systemPath>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>com.alibaba</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>fastjson</artifactId>
 | 
	
		
			
				|  |  | +            <version>1.2.27</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.codehaus.woodstox</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>wstx-asl</artifactId>
 | 
	
		
			
				|  |  | +            <version>3.2.9</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.openoffice</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>unoil</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.1.2</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>com.lowagie.text</artifactId>
 | 
	
		
			
				|  |  | +            <version>2.1.7</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <!--xmpp  smack-->
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.igniterealtime.smack</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>smack-core</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.3.0</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.igniterealtime.smack</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>smack-tcp</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.3.0</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.igniterealtime.smack</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>smack-java7</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.3.0</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.igniterealtime.smack</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>smack-extensions</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.3.0</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.igniterealtime.smack</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>smack-sasl-provided</artifactId>
 | 
	
		
			
				|  |  | +            <version>4.3.0</version>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +    </dependencies>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +</project>
 |