56 lines
1.9 KiB
XML
56 lines
1.9 KiB
XML
<?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>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>jeecg-boot-parent</artifactId>
|
|
<version>3.5.1</version>
|
|
</parent>
|
|
|
|
<artifactId>jeecg-module-abnormal-alarm</artifactId>
|
|
|
|
<properties>
|
|
<hutool.version>5.8.19</hutool.version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<!-- jeecg-system-cloud-api -->
|
|
<dependency>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>jeecg-system-cloud-api</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>jeecg-boot-base-core</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>jeecg-boot-starter-cloud</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.github.mrmike</groupId>
|
|
<artifactId>ok2curl</artifactId>
|
|
<version>0.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.netease.qiye</groupId>
|
|
<artifactId>open-common</artifactId>
|
|
<version>1.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/open-common-1.0-SNAPSHOT.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.netease.qiye</groupId>
|
|
<artifactId>open-sdk</artifactId>
|
|
<version>1.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/open-sdk-20211201132528.jar</systemPath>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |