|
@@ -0,0 +1,367 @@
|
|
|
|
+<?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>com.kmall</groupId>
|
|
|
|
+ <artifactId>kmall-pt-general</artifactId>
|
|
|
|
+ <packaging>pom</packaging>
|
|
|
|
+ <version>3.1.0</version>
|
|
|
|
+ <modules>
|
|
|
|
+ <module>kmall-admin</module>
|
|
|
|
+ <module>kmall-api</module>
|
|
|
|
+ <module>kmall-common</module>
|
|
|
|
+ <module>kmall-gen</module>
|
|
|
|
+ <module>kmall-framework</module>
|
|
|
|
+ <module>kmall-schedule</module>
|
|
|
|
+ <module>kmall-manager</module>
|
|
|
|
+ </modules>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <properties>
|
|
|
|
+
|
|
|
|
+ <kmall-version>3.1.0</kmall-version>
|
|
|
|
+ <argLine>-Dfile.encoding=UTF-8</argLine>
|
|
|
|
+ <!-- JDK版本 -->
|
|
|
|
+ <java.version>1.8</java.version>
|
|
|
|
+ <!-- 文件拷贝时的编码 -->
|
|
|
|
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
+ <!-- 编译时的编码 -->
|
|
|
|
+ <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <maven.resources.version>3.1.0</maven.resources.version>
|
|
|
|
+ <maven.compiler.version>3.8.0</maven.compiler.version>
|
|
|
|
+ <maven.war.version>3.2.2</maven.war.version>
|
|
|
|
+ <maven.jar.version>3.1.1</maven.jar.version>
|
|
|
|
+ <maven.surefire.plugin.version>2.22.1</maven.surefire.plugin.version>
|
|
|
|
+
|
|
|
|
+ <servlet-version>3.1.0</servlet-version>
|
|
|
|
+ <junit-version>4.12</junit-version>
|
|
|
|
+ <springframework-version>4.3.7.RELEASE</springframework-version>
|
|
|
|
+ <mybatis-version>3.4.1</mybatis-version>
|
|
|
|
+ <mybatis-spring-version>1.3.0</mybatis-spring-version>
|
|
|
|
+ <mysql-version>8.0.15</mysql-version>
|
|
|
|
+ <hibernate-validator-version>5.4.1.Final</hibernate-validator-version>
|
|
|
|
+ <druid-version>1.1.14</druid-version>
|
|
|
|
+ <druid-version>1.0.28</druid-version>
|
|
|
|
+ <mariadb-version>2.4.0</mariadb-version>
|
|
|
|
+ <HikariCP-version>2.6.3</HikariCP-version>
|
|
|
|
+ <commons-lang-version>2.6</commons-lang-version>
|
|
|
|
+ <commons-fileupload-version>1.3.1</commons-fileupload-version>
|
|
|
|
+ <commons-io-version>2.5</commons-io-version>
|
|
|
|
+ <commons-codec-version>1.10</commons-codec-version>
|
|
|
|
+ <commons-configuration-version>1.10</commons-configuration-version>
|
|
|
|
+ <commons-beanutils-version>1.9.3</commons-beanutils-version>
|
|
|
|
+ <slf4j-version>1.7.19</slf4j-version>
|
|
|
|
+ <logback-version>1.2.3</logback-version>
|
|
|
|
+ <logback-ext-spring-version>0.1.5</logback-ext-spring-version>
|
|
|
|
+ <log4j-version>1.2.17</log4j-version>
|
|
|
|
+ <fastjson-version>1.2.30</fastjson-version>
|
|
|
|
+ <shiro-version>1.3.2</shiro-version>
|
|
|
|
+ <kaptcha-version>0.0.9</kaptcha-version>
|
|
|
|
+ <velocity-version>1.7</velocity-version>
|
|
|
|
+ <velocity-tools-version>2.0</velocity-tools-version>
|
|
|
|
+ <jstl-version>1.2</jstl-version>
|
|
|
|
+ <taglibs-version>1.1.2</taglibs-version>
|
|
|
|
+ <freemarker-version>2.3.23</freemarker-version>
|
|
|
|
+
|
|
|
|
+ </properties>
|
|
|
|
+
|
|
|
|
+ <!-- 阿里云maven仓库 -->
|
|
|
|
+ <repositories>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>public</id>
|
|
|
|
+ <name>aliyun nexus</name>
|
|
|
|
+ <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
+ <releases>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ </releases>
|
|
|
|
+ </repository>
|
|
|
|
+ </repositories>
|
|
|
|
+ <pluginRepositories>
|
|
|
|
+ <pluginRepository>
|
|
|
|
+ <id>public</id>
|
|
|
|
+ <name>aliyun nexus</name>
|
|
|
|
+ <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
+ <releases>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ </releases>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>false</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </pluginRepository>
|
|
|
|
+ </pluginRepositories>
|
|
|
|
+
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>junit</groupId>
|
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
|
+ <version>${junit-version}</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
|
+ <artifactId>javax.servlet-api</artifactId>
|
|
|
|
+ <version>${servlet-version}</version>
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <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>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.hibernate</groupId>
|
|
|
|
+ <artifactId>hibernate-validator</artifactId>
|
|
|
|
+ <version>${hibernate-validator-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-webmvc</artifactId>
|
|
|
|
+ <version>${springframework-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-jdbc</artifactId>
|
|
|
|
+ <version>${springframework-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-context-support</artifactId>
|
|
|
|
+ <version>${springframework-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-aop</artifactId>
|
|
|
|
+ <version>${springframework-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-aspects</artifactId>
|
|
|
|
+ <version>${springframework-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-test</artifactId>
|
|
|
|
+ <version>${springframework-version}</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <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>
|
|
|
|
+ <!--把spring日志转发给SLF4J,使用桥接jcl-over-slf4j-->
|
|
|
|
+ <!--把Spring中使用的commons-logging替换成slf4j-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
+ <version>${slf4j-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>log4j</groupId>
|
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
|
+ <version>${log4j-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>ch.qos.logback</groupId>
|
|
|
|
+ <artifactId>logback-core</artifactId>
|
|
|
|
+ <version>${logback-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>ch.qos.logback</groupId>
|
|
|
|
+ <artifactId>logback-classic</artifactId>
|
|
|
|
+ <version>${logback-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.logback-extensions</groupId>
|
|
|
|
+ <artifactId>logback-ext-spring</artifactId>
|
|
|
|
+ <version>${logback-ext-spring-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.zaxxer</groupId>
|
|
|
|
+ <artifactId>HikariCP</artifactId>
|
|
|
|
+ <version>${HikariCP-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.mariadb.jdbc</groupId>
|
|
|
|
+ <artifactId>mariadb-java-client</artifactId>
|
|
|
|
+ <version>${mariadb-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>mysql</groupId>
|
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
|
+ <version>${mysql-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
|
+ <artifactId>druid</artifactId>
|
|
|
|
+ <version>${druid-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-lang</groupId>
|
|
|
|
+ <artifactId>commons-lang</artifactId>
|
|
|
|
+ <version>${commons-lang-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-fileupload</groupId>
|
|
|
|
+ <artifactId>commons-fileupload</artifactId>
|
|
|
|
+ <version>${commons-fileupload-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-io</groupId>
|
|
|
|
+ <artifactId>commons-io</artifactId>
|
|
|
|
+ <version>${commons-io-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
|
+ <version>${fastjson-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
|
|
+ <version>${commons-codec-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-configuration</groupId>
|
|
|
|
+ <artifactId>commons-configuration</artifactId>
|
|
|
|
+ <version>${commons-configuration-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-beanutils</groupId>
|
|
|
|
+ <artifactId>commons-beanutils</artifactId>
|
|
|
|
+ <version>${commons-beanutils-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <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>com.github.axet</groupId>
|
|
|
|
+ <artifactId>kaptcha</artifactId>
|
|
|
|
+ <version>${kaptcha-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- Velocity视图所需jar -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <artifactId>velocity</artifactId>
|
|
|
|
+ <groupId>org.apache.velocity</groupId>
|
|
|
|
+ <version>${velocity-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.velocity</groupId>
|
|
|
|
+ <artifactId>velocity-tools</artifactId>
|
|
|
|
+ <version>${velocity-tools-version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>dom4j</artifactId>
|
|
|
|
+ <groupId>dom4j</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>oro</artifactId>
|
|
|
|
+ <groupId>oro</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>sslext</artifactId>
|
|
|
|
+ <groupId>sslext</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>struts-core</artifactId>
|
|
|
|
+ <groupId>org.apache.struts</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>struts-taglib</artifactId>
|
|
|
|
+ <groupId>org.apache.struts</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>struts-tiles</artifactId>
|
|
|
|
+ <groupId>org.apache.struts</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>commons-validator</artifactId>
|
|
|
|
+ <groupId>commons-validator</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <!--<exclusion>-->
|
|
|
|
+ <!--<artifactId>commons-beanutils</artifactId>-->
|
|
|
|
+ <!--<groupId>commons-beanutils</groupId>-->
|
|
|
|
+ <!--</exclusion>-->
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>commons-chain</artifactId>
|
|
|
|
+ <groupId>commons-chain</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- JSP视图所需jar -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>jstl</groupId>
|
|
|
|
+ <artifactId>jstl</artifactId>
|
|
|
|
+ <version>${jstl-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>taglibs</groupId>
|
|
|
|
+ <artifactId>standard</artifactId>
|
|
|
|
+ <version>${taglibs-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- Freemarker视图所需jar -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.freemarker</groupId>
|
|
|
|
+ <artifactId>freemarker</artifactId>
|
|
|
|
+ <version>${freemarker-version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ </dependencies>
|
|
|
|
+
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
+ <version>${maven.compiler.version}</version>
|
|
|
|
+ <configuration>
|
|
|
|
+ <source>${java.version}</source>
|
|
|
|
+ <target>${java.version}</target>
|
|
|
|
+ <encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
+ <!-- true:跳过测试 -->
|
|
|
|
+ <skip>true</skip>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
|
|
+
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-resources-plugin</artifactId>
|
|
|
|
+ <version>${maven.resources.version}</version>
|
|
|
|
+ <configuration>
|
|
|
|
+ <encoding>${maven.compiler.encoding}</encoding>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
|
|
+
|
|
|
|
+ </plugins>
|
|
|
|
+
|
|
|
|
+ </build>
|
|
|
|
+</project>
|