|
@@ -0,0 +1,242 @@
|
|
|
+<?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.sf</groupId>
|
|
|
+ <artifactId>gn_oa_vip27</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ <packaging>war</packaging>
|
|
|
+
|
|
|
+ <name>gn_oa_vip27 Maven Webapp</name>
|
|
|
+ <!-- FIXME change it to the project's website -->
|
|
|
+ <url>http://www.example.com</url>
|
|
|
+
|
|
|
+ <properties>
|
|
|
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
+ <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
+ <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
+ </properties>
|
|
|
+
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ <version>4.12</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- asm 字节码操作库 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.ow2.asm</groupId>
|
|
|
+ <artifactId>asm</artifactId>
|
|
|
+ <version>4.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- cglib - 3.1 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>cglib</groupId>
|
|
|
+ <artifactId>cglib</artifactId>
|
|
|
+ <version>3.1</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- commons-codec -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
|
+ <version>1.1</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- commons-collections4 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>commons-collections4</artifactId>
|
|
|
+ <version>4.4</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- commons-fileupload -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-fileupload</groupId>
|
|
|
+ <artifactId>commons-fileupload</artifactId>
|
|
|
+ <version>1.4</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- commons-io -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-io</groupId>
|
|
|
+ <artifactId>commons-io</artifactId>
|
|
|
+ <version>2.6</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- curvesapi -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.virtuald</groupId>
|
|
|
+ <artifactId>curvesapi</artifactId>
|
|
|
+ <version>1.04</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- druid -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>druid</artifactId>
|
|
|
+ <version>1.1.10</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- easyexcel -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>easyexcel</artifactId>
|
|
|
+ <version>2.2.3</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- ehcache -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.ehcache</groupId>
|
|
|
+ <artifactId>ehcache</artifactId>
|
|
|
+ <version>3.4.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- fastjson -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <version>1.2.53</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- javaee-api -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax</groupId>
|
|
|
+ <artifactId>javaee-api</artifactId>
|
|
|
+ <version>7.0</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!--jstl标签库-->
|
|
|
+ <!-- https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/javax.servlet.jsp.jstl-api -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax.servlet.jsp.jstl</groupId>
|
|
|
+ <artifactId>javax.servlet.jsp.jstl-api</artifactId>
|
|
|
+ <version>1.2.1</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/jstl-api -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax.servlet.jsp.jstl</groupId>
|
|
|
+ <artifactId>jstl-api</artifactId>
|
|
|
+ <version>1.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- https://mvnrepository.com/artifact/javax.servlet/jstl -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>jstl</artifactId>
|
|
|
+ <version>1.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- standard - jstl标签库的依赖包-->
|
|
|
+ <!-- https://mvnrepository.com/artifact/org.apache.taglibs/taglibs-standard-impl -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.taglibs</groupId>
|
|
|
+ <artifactId>taglibs-standard-impl</artifactId>
|
|
|
+ <version>1.2.5</version>
|
|
|
+ <scope>runtime</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- mysql-connector-java -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>mysql</groupId>
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
+ <version>5.1.47</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- poi -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
+ <version>3.17</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- poi-ooxml -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
+ <version>3.17</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- poi-ooxml-schemas -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
+ <version>3.17</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- slf4j-api -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
+ <version>1.7.26</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- standard -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>taglibs</groupId>
|
|
|
+ <artifactId>standard</artifactId>
|
|
|
+ <version>1.1.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- stax-api -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax.xml.stream</groupId>
|
|
|
+ <artifactId>stax-api</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- xmlbeans -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.xmlbeans</groupId>
|
|
|
+ <artifactId>xmlbeans</artifactId>
|
|
|
+ <version>2.6.0</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+
|
|
|
+ <build>
|
|
|
+ <finalName>gn_oa_vip27</finalName>
|
|
|
+ <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-clean-plugin</artifactId>
|
|
|
+ <version>3.1.0</version>
|
|
|
+ </plugin>
|
|
|
+ <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging -->
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-resources-plugin</artifactId>
|
|
|
+ <version>3.0.2</version>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
+ <version>3.8.0</version>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <version>2.22.1</version>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-war-plugin</artifactId>
|
|
|
+ <version>3.2.2</version>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-install-plugin</artifactId>
|
|
|
+ <version>2.5.2</version>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-deploy-plugin</artifactId>
|
|
|
+ <version>2.8.2</version>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </pluginManagement>
|
|
|
+ </build>
|
|
|
+</project>
|