|
|
|
@ -26,6 +26,11 @@ |
|
|
|
<artifactId>printing-packaging-factory-service-event</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.qniao</groupId> |
|
|
|
<artifactId>iot-machine-data-event</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- Apache Flink dependencies --> |
|
|
|
<!-- These dependencies are provided, because they should not be packaged into the JAR file. --> |
|
|
|
@ -131,7 +136,8 @@ |
|
|
|
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> |
|
|
|
<transformer |
|
|
|
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
|
|
|
<mainClass>com.qniao.iot.machine.event.generator.job.IotMachineEventGeneratorJob</mainClass> |
|
|
|
<mainClass>com.qniao.iot.machine.event.generator.job.IotMachineEventGeneratorJob |
|
|
|
</mainClass> |
|
|
|
</transformer> |
|
|
|
</transformers> |
|
|
|
</configuration> |
|
|
|
|