测试解析数据入influx库
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -45,7 +45,7 @@
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<commons-io.version>2.8.0</commons-io.version>
|
||||
<hutool.version>5.7.9</hutool.version>
|
||||
<hutool.version>5.8.11</hutool.version>
|
||||
<influxdb-java.version>2.22</influxdb-java.version>
|
||||
</properties>
|
||||
|
||||
@@ -207,6 +207,13 @@
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-collections4</artifactId>
|
||||
<version>4.4</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user