Skip to content

Commit 7cdb422

Browse files
committed
解决 pom.xml dependency 及版本错误
1 parent 5011459 commit 7cdb422

File tree

1 file changed

+4
-2
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
<dependency>
7777
<groupId>com.github.APIJSON</groupId>
7878
<artifactId>apijson-milvus</artifactId>
79-
<version>1.0.0</version>
79+
<version>1.1.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.github.APIJSON</groupId>
8383
<artifactId>apijson-influxdb</artifactId>
84-
<version>1.0.0</version>
84+
<version>1.1.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.github.APIJSON</groupId>
@@ -163,6 +163,8 @@
163163
<groupId>org.datayoo.moql</groupId>
164164
<artifactId>moql-querier-milvus</artifactId>
165165
<version>1.0.0</version>
166+
</dependency>
167+
<dependency>
166168
<groupId>io.milvus</groupId>
167169
<artifactId>milvus-sdk-java</artifactId>
168170
<version>2.2.2</version>

0 commit comments

Comments
 (0)