jetlinks-community/jetlinks-components/gateway-component/pom.xml

40 lines
1.3 KiB
XML
Raw Normal View History

2020-01-14 03:25:37 +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>
2021-08-02 03:08:06 +00:00
<version>1.10.0</version>
2020-01-14 03:25:37 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gateway-component</artifactId>
<dependencies>
<dependency>
<groupId>org.jetlinks</groupId>
<artifactId>jetlinks-core</artifactId>
<version>${jetlinks.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>network-core</artifactId>
<version>${project.version}</version>
</dependency>
2020-02-14 02:12:01 +00:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dashboard-component</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>timeseries-component</artifactId>
<version>${project.version}</version>
</dependency>
2020-01-14 03:25:37 +00:00
</dependencies>
</project>