1136 lines
41 KiB
XML
1136 lines
41 KiB
XML
|
|
<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.hx.slj</groupId>
|
||
|
|
<artifactId>dzzyb</artifactId>
|
||
|
|
<version>0.0.1-SNAPSHOT</version>
|
||
|
|
<packaging>war</packaging>
|
||
|
|
<properties>
|
||
|
|
<!-- main version setting -->
|
||
|
|
<spring.version>5.2.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.2.11</druid.version>
|
||
|
|
<ehcache.version>2.6.9</ehcache.version>
|
||
|
|
<ehcache-web.version>2.0.4</ehcache-web.version>
|
||
|
|
<shiro.version>1.3.2</shiro.version>
|
||
|
|
<sitemesh.version>2.4.2</sitemesh.version>
|
||
|
|
<activiti.version>5.15.1</activiti.version>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- tools version setting -->
|
||
|
|
<slf4j.version>1.7.7</slf4j.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.11.2</jackson.version>
|
||
|
|
<!-- <fastjson.version>1.2.62</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>-->
|
||
|
|
<poi.version>4.1.2</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>-->
|
||
|
|
<mysql.driver.version>8.0.28</mysql.driver.version>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- <oracle.driver.version>10.2.0.4.0</oracle.driver.version> -->
|
||
|
|
<mssql.driver.version>1.3.1</mssql.driver.version>
|
||
|
|
|
||
|
|
<!-- environment setting -->
|
||
|
|
<jdk.version>1.7</jdk.version>
|
||
|
|
<tomcat.version>2.2</tomcat.version>
|
||
|
|
<jetty.version>7.6.14.v20131031</jetty.version>
|
||
|
|
<webserver.port>8181</webserver.port>
|
||
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
|
<downloadSources>true</downloadSources>
|
||
|
|
</properties>
|
||
|
|
<repositories>
|
||
|
|
<repository>
|
||
|
|
<id>nexus</id>
|
||
|
|
<name>Nexus repository</name>
|
||
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||
|
|
<releases>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</releases>
|
||
|
|
<snapshots>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</snapshots>
|
||
|
|
</repository>
|
||
|
|
</repositories>
|
||
|
|
<pluginRepositories>
|
||
|
|
<pluginRepository>
|
||
|
|
<id>nexus</id>
|
||
|
|
<name>Nexus Repository</name>
|
||
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||
|
|
</pluginRepository>
|
||
|
|
</pluginRepositories>
|
||
|
|
<!-- 依赖项定义 -->
|
||
|
|
<dependencies>
|
||
|
|
<!--提取汉字首字母大写-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.belerweb</groupId>
|
||
|
|
<artifactId>pinyin4j</artifactId>
|
||
|
|
<version>2.5.0</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- mybatis-plus 代码生成-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.baomidou</groupId>
|
||
|
|
<artifactId>mybatis-plus-generator</artifactId>
|
||
|
|
<version>3.3.2</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- velocity模板引擎-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.velocity</groupId>
|
||
|
|
<artifactId>velocity-engine-core</artifactId>
|
||
|
|
<version>2.1</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- 定时任务 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.quartz-scheduler</groupId>
|
||
|
|
<artifactId>quartz</artifactId>
|
||
|
|
<version>2.3.2</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- websocket 通讯-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
<artifactId>spring-websocket</artifactId>
|
||
|
|
<version>${spring.version}</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--<dependency>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
<artifactId>spring-messaging</artifactId>
|
||
|
|
<version>${spring.version}</version>
|
||
|
|
</dependency>-->
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.itextpdf</groupId>
|
||
|
|
<artifactId>itext-asian</artifactId>
|
||
|
|
<version>5.2.0</version>
|
||
|
|
</dependency>
|
||
|
|
<!--sqlserver的jar包-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
||
|
|
<artifactId>sqljdbc4</artifactId>
|
||
|
|
<version>4.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- 微信小程序code获取去openid -->
|
||
|
|
<!-- 微信小程序要添加的依赖 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.bouncycastle</groupId>
|
||
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
||
|
|
<version>1.55</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 本地导入到maven中jar -->
|
||
|
|
<!-- <dependency>
|
||
|
|
<groupId>fastjson-1.2.47</groupId><!– 参数2–>
|
||
|
|
<artifactId>fastjson-1.2.47</artifactId><!– 参数3–>
|
||
|
|
<version>1.2.47</version><!– 参数4–>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-codec-1.9</groupId>
|
||
|
|
<artifactId>commons-codec-1.9</artifactId>
|
||
|
|
<version>1.9</version>
|
||
|
|
</dependency>-->
|
||
|
|
<!--代码生成器-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.mybatis.generator</groupId>
|
||
|
|
<artifactId>mybatis-generator-core</artifactId>
|
||
|
|
<version>1.3.5</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.pagehelper</groupId>
|
||
|
|
<artifactId>pagehelper</artifactId>
|
||
|
|
<version>4.1.1</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- 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>
|
||
|
|
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.projectlombok</groupId>
|
||
|
|
<artifactId>lombok</artifactId>
|
||
|
|
<version>1.18.10</version>
|
||
|
|
<scope>provided</scope>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.afterturn</groupId>
|
||
|
|
<artifactId>easypoi-base</artifactId>
|
||
|
|
<version>4.2.0</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>slf4j-api</artifactId>
|
||
|
|
<groupId>org.slf4j</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>poi-ooxml</artifactId>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>poi</artifactId>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>guava</artifactId>
|
||
|
|
<groupId>com.google.guava</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>commons-lang3</artifactId>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.afterturn</groupId>
|
||
|
|
<artifactId>easypoi-web</artifactId>
|
||
|
|
<version>4.2.0</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>spring-core</artifactId>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>spring-web</artifactId>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>spring-webmvc</artifactId>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>easypoi-base</artifactId>
|
||
|
|
<groupId>cn.afterturn</groupId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>cn.afterturn</groupId>-->
|
||
|
|
<!-- <artifactId>easypoi-annotation</artifactId>-->
|
||
|
|
<!-- <version>3.1.0</version>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
|
||
|
|
|
||
|
|
<!--poi开始-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
||
|
|
<!-- <artifactId>poi</artifactId>-->
|
||
|
|
<!-- <version>${poi.version}</version>-->
|
||
|
|
<!-- <exclusions>-->
|
||
|
|
<!-- <exclusion>-->
|
||
|
|
<!-- <artifactId>commons-codec</artifactId>-->
|
||
|
|
<!-- <groupId>commons-codec</groupId>-->
|
||
|
|
<!-- </exclusion>-->
|
||
|
|
<!-- </exclusions>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
||
|
|
<!-- <artifactId>poi-ooxml</artifactId>-->
|
||
|
|
<!-- <version>${poi.version}</version>-->
|
||
|
|
<!-- <exclusions>-->
|
||
|
|
<!-- <exclusion>-->
|
||
|
|
<!-- <artifactId>xml-apis</artifactId>-->
|
||
|
|
<!-- <groupId>xml-apis</groupId>-->
|
||
|
|
<!-- </exclusion>-->
|
||
|
|
<!-- </exclusions>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
||
|
|
<!-- <artifactId>poi-ooxml-schemas</artifactId>-->
|
||
|
|
<!-- <version>${poi.version}</version>-->
|
||
|
|
<!-- <exclusions>-->
|
||
|
|
<!-- <exclusion>-->
|
||
|
|
<!-- <artifactId>xmlbeans</artifactId>-->
|
||
|
|
<!-- <groupId>org.apache.xmlbeans</groupId>-->
|
||
|
|
<!-- </exclusion>-->
|
||
|
|
<!-- </exclusions>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!--poi结束-->
|
||
|
|
|
||
|
|
<!-- 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>-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
||
|
|
<!-- <artifactId>poi-scratchpad</artifactId>-->
|
||
|
|
<!-- <version>${poi.version}</version>-->
|
||
|
|
<!-- <exclusions>-->
|
||
|
|
<!-- <exclusion>-->
|
||
|
|
<!-- <artifactId>poi</artifactId>-->
|
||
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
||
|
|
<!-- </exclusion>-->
|
||
|
|
<!-- </exclusions>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
|
||
|
|
<!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba</groupId>
|
||
|
|
<artifactId>easyexcel</artifactId>
|
||
|
|
<version>2.2.11</version>
|
||
|
|
<!-- <exclusions>-->
|
||
|
|
<!-- <exclusion>-->
|
||
|
|
<!-- <artifactId>poi</artifactId>-->
|
||
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
||
|
|
<!-- </exclusion>-->
|
||
|
|
<!-- <exclusion>-->
|
||
|
|
<!-- <artifactId>poi-ooxml-schemas</artifactId>-->
|
||
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
||
|
|
<!-- </exclusion>-->
|
||
|
|
<!-- <exclusion>-->
|
||
|
|
<!-- <artifactId>poi-ooxml</artifactId>-->
|
||
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
||
|
|
<!-- </exclusion>-->
|
||
|
|
<!-- </exclusions>-->
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
<artifactId>spring-beans</artifactId>
|
||
|
|
<version>${spring.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.nutz</groupId>
|
||
|
|
<artifactId>nutz</artifactId>
|
||
|
|
<version>1.r.68.v20190220</version>
|
||
|
|
</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>
|
||
|
|
<!-- <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 -->
|
||
|
|
|
||
|
|
<!-- Activiti -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.activiti</groupId>
|
||
|
|
<artifactId>activiti-engine</artifactId>
|
||
|
|
<version>${activiti.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.activiti</groupId>
|
||
|
|
<artifactId>activiti-spring</artifactId>
|
||
|
|
<version>${activiti.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.activiti</groupId>
|
||
|
|
<artifactId>activiti-explorer</artifactId>
|
||
|
|
<version>${activiti.version}</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>vaadin</artifactId>
|
||
|
|
<groupId>com.vaadin</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>dcharts-widget</artifactId>
|
||
|
|
<groupId>org.vaadin.addons</groupId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>activiti-simple-workflow</artifactId>
|
||
|
|
<groupId>org.activiti</groupId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.activiti</groupId>
|
||
|
|
<artifactId>activiti-modeler</artifactId>
|
||
|
|
<version>${activiti.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.activiti</groupId>
|
||
|
|
<artifactId>activiti-diagram-rest</artifactId>
|
||
|
|
<version>${activiti.version}</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- 支持activiti缓存 -->
|
||
|
|
<!-- <dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-core</artifactId>
|
||
|
|
<version>5.1.7.Final</version> </dependency> -->
|
||
|
|
|
||
|
|
<!-- LOGGING begin -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.slf4j</groupId>
|
||
|
|
<artifactId>slf4j-api</artifactId>
|
||
|
|
<version>${slf4j.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.slf4j</groupId>
|
||
|
|
<artifactId>slf4j-log4j12</artifactId>
|
||
|
|
<version>${slf4j.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- common-logging 实际调用slf4j -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.slf4j</groupId>
|
||
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
||
|
|
<version>${slf4j.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- java.util.logging 实际调用slf4j -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.slf4j</groupId>
|
||
|
|
<artifactId>jul-to-slf4j</artifactId>
|
||
|
|
<version>${slf4j.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- LOGGING end -->
|
||
|
|
|
||
|
|
<!-- GENERAL UTILS begin -->
|
||
|
|
<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>net.sf.json-lib</groupId>
|
||
|
|
<artifactId>json-lib</artifactId>
|
||
|
|
<version>2.4</version>
|
||
|
|
<classifier>jdk15</classifier>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>xom</groupId>
|
||
|
|
<artifactId>xom</artifactId>
|
||
|
|
<version>1.2.5</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.nutz</groupId>
|
||
|
|
<artifactId>nutz</artifactId>
|
||
|
|
<version>1.r.68.v20190220</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- <dependency>
|
||
|
|
<groupId>com.alibaba</groupId>
|
||
|
|
<artifactId>fastjson</artifactId>
|
||
|
|
<version>1.2.62</version>
|
||
|
|
</dependency>-->
|
||
|
|
|
||
|
|
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba</groupId>
|
||
|
|
<artifactId>fastjson</artifactId>
|
||
|
|
<version>1.2.68.sec10</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<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>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- 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>org.wltea</groupId>
|
||
|
|
<artifactId>analyzer</artifactId>
|
||
|
|
<version>2012_u6</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- GENERAL UTILS end -->
|
||
|
|
|
||
|
|
<!-- 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>${ckfinder.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.ckfinder</groupId>
|
||
|
|
<artifactId>ckfinder</artifactId>
|
||
|
|
<version>${ckfinder.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.ckfinder</groupId>
|
||
|
|
<artifactId>ckfinderplugin-fileeditor</artifactId>
|
||
|
|
<version>${ckfinder.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.ckfinder</groupId>
|
||
|
|
<artifactId>ckfinderplugin-imageresize</artifactId>
|
||
|
|
<version>${ckfinder.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- CKFinder end -->
|
||
|
|
|
||
|
|
<!-- 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 -->
|
||
|
|
|
||
|
|
<!-- User Agent -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>eu.bitwalker</groupId>
|
||
|
|
<artifactId>UserAgentUtils</artifactId>
|
||
|
|
<version>1.21</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>
|
||
|
|
|
||
|
|
<!-- hutool 工具类 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-all</artifactId>
|
||
|
|
<version>5.4.0</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 邮箱第三方依赖 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>javax.mail</groupId>
|
||
|
|
<artifactId>mail</artifactId>
|
||
|
|
<version>1.4.7</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--httpclient -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.httpcomponents</groupId>
|
||
|
|
<artifactId>httpclient</artifactId>
|
||
|
|
<version>4.5.2</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.httpcomponents</groupId>
|
||
|
|
<artifactId>httpmime</artifactId>
|
||
|
|
<version>4.5</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--ECharts -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.abel533</groupId>
|
||
|
|
<artifactId>ECharts</artifactId>
|
||
|
|
<version>2.2.7</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--gson -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.google.code.gson</groupId>
|
||
|
|
<artifactId>gson</artifactId>
|
||
|
|
<version>2.6.2</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--QRCode -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>jp.sourceforge.qrcode</groupId>
|
||
|
|
<artifactId>QRCode</artifactId>
|
||
|
|
<version>0.0.1</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.shekhargulati</groupId>
|
||
|
|
<artifactId>strman</artifactId>
|
||
|
|
<version>0.4.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
|
||
|
|
<!--gencode-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jeeframework</groupId>
|
||
|
|
<artifactId>gencode</artifactId>
|
||
|
|
<version>1.4</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- cxf config begin -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.cxf</groupId>
|
||
|
|
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
||
|
|
<version>3.1.7</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.cxf</groupId>
|
||
|
|
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
||
|
|
<version>3.1.7</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.cxf</groupId>
|
||
|
|
<artifactId>cxf-rt-bindings-soap</artifactId>
|
||
|
|
<version>3.1.7</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.cxf</groupId>
|
||
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
||
|
|
<version>3.1.7</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.cxf</groupId>
|
||
|
|
<artifactId>cxf-rt-transports-http-jetty</artifactId>
|
||
|
|
<version>3.1.7</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.cxf</groupId>
|
||
|
|
<artifactId>cxf-rt-wsdl</artifactId>
|
||
|
|
<version>3.1.7</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- cxf config end -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>fakepath</groupId>
|
||
|
|
<artifactId>json-lib</artifactId>
|
||
|
|
<version>2.4</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>fakepath</groupId>
|
||
|
|
<artifactId>commons-beanutils</artifactId>
|
||
|
|
<version>1.7.0</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>fakepath</groupId>
|
||
|
|
<artifactId>commons-collections</artifactId>
|
||
|
|
<version>3.1</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>fakepath</groupId>
|
||
|
|
<artifactId>commons-lang</artifactId>
|
||
|
|
<version>2.5</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>fakepath</groupId>
|
||
|
|
<artifactId>ezmorph</artifactId>
|
||
|
|
<version>1.0.3</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- axis 1.4 jar start -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.axis</groupId>
|
||
|
|
<artifactId>axis</artifactId>
|
||
|
|
<version>1.4</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-discovery</groupId>
|
||
|
|
<artifactId>commons-discovery</artifactId>
|
||
|
|
<version>0.2</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>commons-logging</groupId>
|
||
|
|
<artifactId>commons-logging</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.axis</groupId>
|
||
|
|
<artifactId>axis-jaxrpc</artifactId>
|
||
|
|
<version>1.4</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.axis</groupId>
|
||
|
|
<artifactId>axis-saaj</artifactId>
|
||
|
|
<version>1.4</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>wsdl4j</groupId>
|
||
|
|
<artifactId>wsdl4j</artifactId>
|
||
|
|
<version>1.6.3</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- axis 1.4 jar end -->
|
||
|
|
|
||
|
|
<!-- 汉字转拼音 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.belerweb</groupId>
|
||
|
|
<artifactId>pinyin4j</artifactId>
|
||
|
|
<version>2.5.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--pdf生成 itext-->
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.itextpdf</groupId>
|
||
|
|
<artifactId>itextpdf</artifactId>
|
||
|
|
<version>5.4.2</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.itextpdf.tool</groupId>
|
||
|
|
<artifactId>xmlworker</artifactId>
|
||
|
|
<version>5.4.1</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.itextpdf</groupId>
|
||
|
|
<artifactId>itext-asian</artifactId>
|
||
|
|
<version>5.2.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--servlet-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>javax.servlet</groupId>
|
||
|
|
<artifactId>servlet-api</artifactId>
|
||
|
|
<version>2.5</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- 自定义jar依赖包 <dependency> <groupId>cn.gx</groupId> <artifactId>test-core</artifactId>
|
||
|
|
<version>1.0</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/test-core-1.0.jar</systemPath>
|
||
|
|
</dependency> -->
|
||
|
|
|
||
|
|
<!-- 使用 Jetty JSP引擎 <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jsp</artifactId>
|
||
|
|
<version>${jetty.version}</version> <exclusions> <exclusion> <groupId>org.eclipse.jetty.orbit</groupId>
|
||
|
|
<artifactId>javax.servlet</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.jetty.orbit</groupId>
|
||
|
|
<artifactId>org.apache.taglibs.standard.glassfish</artifactId> </exclusion>
|
||
|
|
</exclusions> </dependency> -->
|
||
|
|
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
<build>
|
||
|
|
<finalName>dzzyb</finalName>
|
||
|
|
<plugins>
|
||
|
|
<!-- 工程编码插件 -->
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
|
<version>3.3</version>
|
||
|
|
<configuration>
|
||
|
|
<compilerArgument>-Xlint:unchecked</compilerArgument>
|
||
|
|
<compilerArguments>
|
||
|
|
<!-- <extdirs>${basedir}/WebRoot/WEB-INF/lib</extdirs>-->
|
||
|
|
<extdirs>${project.basedir}/src/main/webapp/WEB-INF/lib</extdirs>
|
||
|
|
<bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath>
|
||
|
|
</compilerArguments>
|
||
|
|
<source>1.8</source>
|
||
|
|
<target>1.8</target>
|
||
|
|
<encoding>UTF-8</encoding>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
<!-- jetty -->
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.mortbay.jetty</groupId>
|
||
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
||
|
|
<version>8.1.5.v20120716</version>
|
||
|
|
<configuration>
|
||
|
|
<scanIntervalSeconds>10</scanIntervalSeconds>
|
||
|
|
<webApp>
|
||
|
|
<contextPath>/HomeDoctor2</contextPath>
|
||
|
|
</webApp>
|
||
|
|
<connectors>
|
||
|
|
<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
|
||
|
|
<port>8084</port>
|
||
|
|
<maxIdleTime>60000</maxIdleTime>
|
||
|
|
</connector>
|
||
|
|
</connectors>
|
||
|
|
<stopKey/>
|
||
|
|
<stopPort/>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
||
|
|
<configuration>
|
||
|
|
<testFailureIgnore>true</testFailureIgnore>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
<!--自动生成mybatis插件-->
|
||
|
|
<!-- <plugin>-->
|
||
|
|
<!-- <groupId>org.mybatis.generator</groupId>-->
|
||
|
|
<!-- <artifactId>mybatis-generator-maven-plugin</artifactId>-->
|
||
|
|
<!-- <configuration>-->
|
||
|
|
<!-- <!–configurationFile对应着generator配置文件的路径–>-->
|
||
|
|
<!-- <configurationFile>${basedir}/src/main/resources/genarator/generatorConfig.xml</configurationFile>-->
|
||
|
|
<!-- <overwrite>true</overwrite>-->
|
||
|
|
<!-- <verbose>true</verbose>-->
|
||
|
|
<!-- </configuration>-->
|
||
|
|
<!-- <dependencies>-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>mysql</groupId>-->
|
||
|
|
<!-- <artifactId>mysql-connector-java</artifactId>-->
|
||
|
|
<!-- <version>5.1.30</version>-->
|
||
|
|
<!-- <scope>runtime</scope>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!-- </dependencies>-->
|
||
|
|
<!-- </plugin>-->
|
||
|
|
|
||
|
|
|
||
|
|
</plugins>
|
||
|
|
|
||
|
|
<resources>
|
||
|
|
<resource>
|
||
|
|
<directory>src/main/java</directory>
|
||
|
|
<includes>
|
||
|
|
<include>**/*.*</include>
|
||
|
|
</includes>
|
||
|
|
</resource>
|
||
|
|
<resource>
|
||
|
|
<directory>src/main/resources</directory>
|
||
|
|
<includes>
|
||
|
|
<include>**/*.*</include>
|
||
|
|
</includes>
|
||
|
|
</resource>
|
||
|
|
</resources>
|
||
|
|
</build>
|
||
|
|
</project>
|