2020-02-03 02:35:53 +00:00
|
|
|
<?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>jetlinks-components</artifactId>
|
|
|
|
|
<groupId>org.jetlinks.community</groupId>
|
2020-11-05 02:31:24 +00:00
|
|
|
<version>1.7.0-SNAPSHOT</version>
|
2020-02-03 02:35:53 +00:00
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
2020-02-14 02:12:01 +00:00
|
|
|
<artifactId>common-component</artifactId>
|
2020-02-03 02:35:53 +00:00
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jetlinks</groupId>
|
|
|
|
|
<artifactId>jetlinks-core</artifactId>
|
|
|
|
|
<version>${jetlinks.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2020-02-14 02:12:01 +00:00
|
|
|
<groupId>org.hswebframework.web</groupId>
|
|
|
|
|
<artifactId>hsweb-authorization-api</artifactId>
|
|
|
|
|
<version>${hsweb.framework.version}</version>
|
2020-02-03 02:35:53 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2020-02-14 02:12:01 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hswebframework.web</groupId>
|
|
|
|
|
<artifactId>hsweb-starter</artifactId>
|
|
|
|
|
<version>${hsweb.framework.version}</version>
|
|
|
|
|
</dependency>
|
2020-02-03 02:35:53 +00:00
|
|
|
|
2020-02-14 02:12:01 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.micrometer</groupId>
|
|
|
|
|
<artifactId>micrometer-core</artifactId>
|
|
|
|
|
</dependency>
|
2020-09-26 04:03:03 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jetlinks</groupId>
|
|
|
|
|
<artifactId>reactor-ql</artifactId>
|
|
|
|
|
</dependency>
|
2020-02-14 02:12:01 +00:00
|
|
|
</dependencies>
|
2020-02-03 02:35:53 +00:00
|
|
|
</project>
|