|
@@ -283,17 +283,17 @@
|
|
|
<artifactId>recommend-similarity</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.paddle.serving.client</groupId>
|
|
|
- <artifactId>paddle-serving-sdk-java</artifactId>
|
|
|
- <version>0.0.1</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>io.grpc</groupId>
|
|
|
- <artifactId>grpc-core</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>io.milvus</groupId>
|
|
|
<artifactId>milvus-sdk-java</artifactId>
|
|
@@ -303,6 +303,22 @@
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>grpc-netty-shaded</artifactId>
|
|
|
+ <groupId>io.grpc</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>grpc-protobuf</artifactId>
|
|
|
+ <groupId>io.grpc</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>grpc-stub</artifactId>
|
|
|
+ <groupId>io.grpc</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>grpc-core</artifactId>
|
|
|
+ <groupId>io.grpc</groupId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
</dependencies>
|