You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
3.8 KiB
117 lines
3.8 KiB
<?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"> |
|
|
|
<parent> |
|
<artifactId>hzinfo-ris-service</artifactId> |
|
<groupId>org.springblade</groupId> |
|
<version>5.1.3.RELEASE</version> |
|
</parent> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<artifactId>reservoir-baseinfo</artifactId> |
|
<version>4.5.7.RELEASE</version> |
|
<packaging>jar</packaging> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
<groupId>com.google.guava</groupId> |
|
<artifactId>failureaccess</artifactId> |
|
<version>1.0.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-common</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>reservoir-baseinfo-api</artifactId> |
|
<version>4.5.7.RELEASE</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.itextpdf</groupId> |
|
<artifactId>itextpdf</artifactId> |
|
<version>5.5.13</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>dom4j</groupId> |
|
<artifactId>dom4j</artifactId> |
|
<version>1.6.1</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.hnac.hzinfo.data</groupId> |
|
<artifactId>hzinfo-data-sdk</artifactId> |
|
<version>5.2.0.0.RELEASE</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>hzinfo-ris-common-service-api</artifactId> |
|
<version>4.5.7.RELEASE</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.httpcomponents</groupId> |
|
<artifactId>httpmime</artifactId> |
|
<version>4.5.12</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.alibaba</groupId> |
|
<artifactId>fastjson</artifactId> |
|
<version>1.2.73</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>hzinfo-user-log-service-api</artifactId> |
|
<version>4.5.7.RELEASE</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-user-api</artifactId> |
|
<version>4.5.8-SNAPSHOT</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>message-alarm-center-service-api</artifactId> |
|
<version>4.5.7.RELEASE</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-dict-api</artifactId> |
|
<version>4.5.8-SNAPSHOT</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<build> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<goals> |
|
<goal>repackage</goal> |
|
</goals> |
|
<configuration> |
|
<classifier>exec</classifier> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
|
|
</project>
|
|
|