<?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>
|
|
<parent>
|
<artifactId>mom</artifactId>
|
<groupId>com.yuanchu.mom</groupId>
|
<version>1.0.0</version>
|
</parent>
|
|
<artifactId>inspect-server</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
<name>inspect-server</name>
|
<description>inspect-server</description>
|
<packaging>jar</packaging>
|
|
<repositories>
|
<repository>
|
<id>com.e-iceblue</id>
|
<name>e-iceblue</name>
|
<url>https://repo.e-iceblue.cn/repository/maven-public/</url>
|
</repository>
|
</repositories>
|
|
<dependencies>
|
<!--word转pdf-->
|
<!--D:\JavaWork\center-lims-after\inspect-server\src\main\resources\lib-->
|
<!--mvn install:install-file -Dfile=aspose-words-15.12.0-jdk16.jar -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=15.12.0 -Dpackaging=jar-->
|
<dependency>
|
<groupId>com.aspose</groupId>
|
<artifactId>aspose-words</artifactId>
|
<version>15.12.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.itextpdf</groupId>
|
<artifactId>itextpdf</artifactId>
|
<version>5.0.6</version>
|
</dependency>
|
<dependency>
|
<groupId>com.yuanchu.mom</groupId>
|
<artifactId>framework</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi</artifactId>
|
<version>5.2.3</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-scratchpad</artifactId>
|
<version>5.2.3</version>
|
</dependency>
|
<dependency>
|
<groupId>com.deepoove</groupId>
|
<artifactId>poi-tl</artifactId>
|
<version>1.12.2</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-expression</artifactId>
|
<version>5.3.18</version>
|
</dependency>
|
|
<dependency>
|
<groupId>e-iceblue</groupId>
|
<artifactId>spire.doc.free</artifactId>
|
<version>5.2.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-expression</artifactId>
|
<version>5.3.18</version>
|
</dependency>
|
<dependency>
|
<groupId>com.yuanchu.mom</groupId>
|
<artifactId>user-server</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
<scope>compile</scope>
|
</dependency>
|
|
<dependency>
|
<groupId>com.yuanchu.mom</groupId>
|
<artifactId>performance-server</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
</dependency>
|
<dependency>
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
<version>2.13.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-test</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>com.opencsv</groupId>
|
<artifactId>opencsv</artifactId>
|
<version>5.5.2</version>
|
</dependency>
|
|
</dependencies>
|
</project>
|