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.
86 lines
2.8 KiB
86 lines
2.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>water-rain-monitor</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>water-rain-monitor-api</artifactId> |
|
<version>4.5.7.RELEASE</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>hzinfo-ris-common-service-api</artifactId> |
|
<version>4.5.7.RELEASE</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>com.alibaba</groupId> |
|
<artifactId>easyexcel</artifactId> |
|
<version>2.2.6</version> |
|
<scope>compile</scope> |
|
</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>message-alarm-center-service-api</artifactId> |
|
<version>4.5.7.RELEASE</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>
|
|
|