|
|
@@ -19,6 +19,7 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+
|
|
|
<dependencies>
|
|
|
<!-- <dependency> -->
|
|
|
<!-- <groupId>javax.ws.rs</groupId> -->
|
|
|
@@ -35,7 +36,7 @@
|
|
|
<dependency>
|
|
|
<groupId>log4j</groupId>
|
|
|
<artifactId>log4j</artifactId>
|
|
|
- <version>1.2.14</version>
|
|
|
+ <version>1.2.17</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
@@ -294,10 +295,40 @@
|
|
|
<version>2.7.7</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.squareup</groupId>
|
|
|
+ <artifactId>javapoet</artifactId>
|
|
|
+ <version>1.13.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.influxdb</groupId>
|
|
|
+ <artifactId>influxdb-client-java</artifactId>
|
|
|
+ <version>5.0.0</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.jetbrains.kotlin</groupId>
|
|
|
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
|
|
|
+ <version>1.3.70</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.activemq</groupId>
|
|
|
+ <artifactId>activemq-all</artifactId>
|
|
|
+ <version>5.16.6</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.eclipse.paho</groupId>
|
|
|
+ <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
|
|
|
+ <version>1.2.5</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
<version>3.2.1</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
-</project>
|
|
|
+</project>
|