Skip to content

Commit 70b46c2

Browse files
committed
Java: 恢复不影响启动的 influxdb-java
1 parent 48359e0 commit 70b46c2

File tree

1 file changed

+5
-5
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource

1 file changed

+5
-5
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@
174174
<!-- <artifactId>nebula-jdbc</artifactId>-->
175175
<!-- <version>3.0.0</version>-->
176176
<!-- </dependency>-->
177-
<!-- <dependency>-->
178-
<!-- <groupId>org.influxdb</groupId>-->
179-
<!-- <artifactId>influxdb-java</artifactId>-->
180-
<!-- <version>2.23</version>-->
181-
<!-- </dependency>-->
177+
<dependency>
178+
<groupId>org.influxdb</groupId>
179+
<artifactId>influxdb-java</artifactId>
180+
<version>2.23</version>
181+
</dependency>
182182
<!-- <dependency>-->
183183
<!-- <groupId>net.snowflake</groupId>-->
184184
<!-- <artifactId>snowflake-jdbc</artifactId>-->

0 commit comments

Comments
 (0)