Skip to content

Commit 2710d0a

Browse files
committed
Java: 恢复不影响启动的 databricks-jdbc
1 parent 70b46c2 commit 2710d0a

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
@@ -189,11 +189,11 @@
189189
<!-- <artifactId>java-driver-core</artifactId>-->
190190
<!-- <version>4.15.0</version>-->
191191
<!-- </dependency>-->
192-
<!-- <dependency>-->
193-
<!-- <groupId>com.databricks</groupId>-->
194-
<!-- <artifactId>databricks-jdbc</artifactId>-->
195-
<!-- <version>2.6.25-1</version>-->
196-
<!-- </dependency>-->
192+
<dependency>
193+
<groupId>com.databricks</groupId>
194+
<artifactId>databricks-jdbc</artifactId>
195+
<version>2.6.25-1</version>
196+
</dependency>
197197
<!-- <dependency>-->
198198
<!-- <groupId>org.mongodb</groupId>-->
199199
<!-- <artifactId>mongodb-jdbc</artifactId>-->

0 commit comments

Comments
 (0)