|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<?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/maven-v4_0_0.xsd"> |
|
|
|
<parent> |
|
|
|
<artifactId>java-dependency</artifactId> |
|
|
|
<artifactId>iot-machine-state-event-generator</artifactId> |
|
|
|
<groupId>com.qniao</groupId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
</parent> |
|
|
|
@ -45,6 +45,12 @@ |
|
|
|
</excludes> |
|
|
|
</filter> |
|
|
|
</filters> |
|
|
|
<transformers> |
|
|
|
<transformer /> |
|
|
|
<transformer> |
|
|
|
<mainClass>com.qniao.iot.machine.event.generator.job.IotMachineEventGeneratorJob</mainClass> |
|
|
|
</transformer> |
|
|
|
</transformers> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
@ -52,18 +58,6 @@ |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>com.qniao</groupId> |
|
|
|
<artifactId>iot-machine-data-event</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.flink</groupId> |
|
|
|
<artifactId>flink-streaming-java</artifactId> |
|
|
|
<version>1.15.0</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<artifactId>log4j-slf4j-impl</artifactId> |
|
|
|
@ -82,48 +76,6 @@ |
|
|
|
<version>2.17.2</version> |
|
|
|
<scope>runtime</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
<version>2.13.3</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId> |
|
|
|
<artifactId>jackson-datatype-jsr310</artifactId> |
|
|
|
<version>2.13.3</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.qniao</groupId> |
|
|
|
<artifactId>iot-machine-data-command</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.qniao</groupId> |
|
|
|
<artifactId>iot-machine-data-constant</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.flink</groupId> |
|
|
|
<artifactId>flink-connector-rabbitmq_2.12</artifactId> |
|
|
|
<version>1.14.5</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.flink</groupId> |
|
|
|
<artifactId>flink-connector-elasticsearch7_2.11</artifactId> |
|
|
|
<version>1.14.5</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-logging</groupId> |
|
|
|
<artifactId>commons-logging</artifactId> |
|
|
|
<version>1.2</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<distributionManagement> |
|
|
|
<repository> |
|
|
|
|