212 lines
7.0 KiB
XML
212 lines
7.0 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/maven-v4_0_0.xsd">
|
|||
|
|
<parent>
|
|||
|
|
<artifactId>system</artifactId>
|
|||
|
|
<groupId>com.njcn</groupId>
|
|||
|
|
<version>1.0-SNAPSHOT</version>
|
|||
|
|
</parent>
|
|||
|
|
<modelVersion>4.0.0</modelVersion>
|
|||
|
|
<artifactId>pqs9000</artifactId>
|
|||
|
|
<packaging>war</packaging>
|
|||
|
|
<name>pqs9000 Maven Webapp</name>
|
|||
|
|
<url>http://maven.apache.org</url>
|
|||
|
|
|
|||
|
|
<properties>
|
|||
|
|
<!--项目建设环境编码格式 -->
|
|||
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|||
|
|
</properties>
|
|||
|
|
<dependencies>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.njcn</groupId>
|
|||
|
|
<artifactId>comService</artifactId>
|
|||
|
|
<version>1.0-SNAPSHOT</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.poi</groupId>
|
|||
|
|
<artifactId>poi</artifactId>
|
|||
|
|
<version>3.11</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.poi</groupId>
|
|||
|
|
<artifactId>poi-ooxml</artifactId>
|
|||
|
|
<version>3.11</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<!-- Java调用Kafka -->
|
|||
|
|
<!-- https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.11 -->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.kafka</groupId>
|
|||
|
|
<artifactId>kafka_2.12</artifactId>
|
|||
|
|
<version>1.1.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>javax.websocket</groupId>
|
|||
|
|
<artifactId>javax.websocket-api</artifactId>
|
|||
|
|
<version>1.1</version>
|
|||
|
|
<scope>provided</scope>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>javax</groupId>
|
|||
|
|
<artifactId>javaee-api</artifactId>
|
|||
|
|
<version>7.0</version>
|
|||
|
|
<scope>compile</scope>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>commons-fileupload</groupId>
|
|||
|
|
<artifactId>commons-fileupload</artifactId>
|
|||
|
|
<version>1.2.1</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>junit</groupId>
|
|||
|
|
<artifactId>junit</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-svggen</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-awt-util</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-bridge</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-css</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-dom</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-gvt</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-parser</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-script</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-svg-dom</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-transcoder</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-util</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>batik</groupId>
|
|||
|
|
<artifactId>batik-xml</artifactId>
|
|||
|
|
<version>1.6</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|||
|
|
<artifactId>batik-codec</artifactId>
|
|||
|
|
<version>1.7</version>
|
|||
|
|
</dependency>
|
|||
|
|
<!-- 此处不能使用2.9.1版本,使用2.9.1生成png会失败 -->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>xerces</groupId>
|
|||
|
|
<artifactId>xercesImpl</artifactId>
|
|||
|
|
<version>2.5.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>xml-apis</groupId>
|
|||
|
|
<artifactId>xmlParserAPIs</artifactId>
|
|||
|
|
<version>2.0.2</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.axsl.org.w3c.dom.svg</groupId>
|
|||
|
|
<artifactId>svg-dom-java</artifactId>
|
|||
|
|
<version>1.1</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>xml-apis</groupId>
|
|||
|
|
<artifactId>xml-apis</artifactId>
|
|||
|
|
<version>2.0.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.w3c.css</groupId>
|
|||
|
|
<artifactId>sac</artifactId>
|
|||
|
|
<version>1.3</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.alibaba</groupId>
|
|||
|
|
<artifactId>easyexcel</artifactId>
|
|||
|
|
<version>1.1.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>cn.hutool</groupId>
|
|||
|
|
<artifactId>hutool-all</artifactId>
|
|||
|
|
<version>4.5.7</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.alibaba</groupId>
|
|||
|
|
<artifactId>fastjson</artifactId>
|
|||
|
|
<version>1.2.83</version>
|
|||
|
|
</dependency>
|
|||
|
|
<!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna -->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>net.java.dev.jna</groupId>
|
|||
|
|
<artifactId>jna</artifactId>
|
|||
|
|
<version>5.5.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
|
|||
|
|
</dependencies>
|
|||
|
|
<build>
|
|||
|
|
<plugins>
|
|||
|
|
<!--编译文件指定jdk-->
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|||
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|||
|
|
<version>2.3.2</version>
|
|||
|
|
<configuration>
|
|||
|
|
<source>1.8</source>
|
|||
|
|
<target>1.8</target>
|
|||
|
|
<encoding>UTF-8</encoding>
|
|||
|
|
<compilerArguments>
|
|||
|
|
<verbose/>
|
|||
|
|
<bootclasspath>C:\JAVA\jdk\jre\lib\rt.jar;C:\JAVA\jre\lib\jce.jar</bootclasspath>
|
|||
|
|
</compilerArguments>
|
|||
|
|
</configuration>
|
|||
|
|
</plugin>
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|||
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|||
|
|
<version>2.14.1</version>
|
|||
|
|
<configuration>
|
|||
|
|
<skipTests>true</skipTests>
|
|||
|
|
</configuration>
|
|||
|
|
</plugin>
|
|||
|
|
</plugins>
|
|||
|
|
<defaultGoal>install</defaultGoal>
|
|||
|
|
</build>
|
|||
|
|
|
|||
|
|
</project>
|