| | |
| | | <?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"> |
| | | <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> |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <name>product-server</name> |
| | | <description>product-server</description> |
| | | <modules> |
| | | |
| | | <module>product-server-web</module> |
| | | </modules> |
| | | <properties> |
| | | <skipTests>true</skipTests> |
| | |
| | | <twelvemonkeys.version>3.4.1</twelvemonkeys.version> |
| | | <poi.version>3.16</poi.version> |
| | | <pinyin4j.version>2.5.1</pinyin4j.version> |
| | | <mybatis.version>3.4.6</mybatis.version> |
| | | <mybatis-spring.version>1.3.2</mybatis-spring.version> |
| | | <commons-fileupload.version>1.3.3</commons-fileupload.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.build.version>2.0.0-release</project.build.version> |
| | |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-core</artifactId> |
| | | <version>2.0.0</version> |
| | | <version>2.0.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-util</artifactId> |
| | | <version>${product-module-version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-tool-face</artifactId> |
| | | <version>${product-module-version}</version> |
| | | </dependency> |
| | | <dependency> |
| | |
| | | <groupId>com.twelvemonkeys.imageio</groupId> |
| | | <artifactId>imageio-jpeg</artifactId> |
| | | <version>${twelvemonkeys.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | <version>3.2.2</version> |
| | | </dependency> |
| | | <!--logo4j--> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-core</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-api</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-to-slf4j</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itextpdf</artifactId> |
| | | <version>5.5.13</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.pdfbox</groupId> |
| | | <artifactId>pdfbox</artifactId> |
| | | <version>2.0.25</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.pdfbox</groupId> |
| | | <artifactId>pdfbox-app</artifactId> |
| | | <version>2.0.25</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt</artifactId> |
| | | <version>0.9.1</version> |
| | | </dependency> |
| | | <!--第三方依赖:end--> |
| | | |
| | |
| | | <groupId>net.coobird</groupId> |
| | | <artifactId>thumbnailator</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt</artifactId> |
| | | </dependency> |
| | | </dependencies> |
| | | </project> |