This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 42e597de28 remove swagger dep from pinot pulsar plugin (#9195)
42e597de28 is described below
commit 42e597de280d2834d66a94a993262bf214512abe
Author: Xiaobing <[email protected]>
AuthorDate: Thu Aug 11 10:07:56 2022 -0700
remove swagger dep from pinot pulsar plugin (#9195)
---
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
index bcd64b9193..446adbdc02 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
@@ -52,7 +52,6 @@
<javax.annotation-api.version>1.2</javax.annotation-api.version>
<commons-collections.version>4.1</commons-collections.version>
<grpc-protobuf-lite.version>1.19.0</grpc-protobuf-lite.version>
- <swagger-annotations.version>1.5.21</swagger-annotations.version>
<okio.version>1.6.0</okio.version>
</properties>
@@ -188,11 +187,6 @@
<artifactId>simpleclient_hotspot</artifactId>
<version>${simpleclient_common.version}</version>
</dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>${swagger-annotations.version}</version>
- </dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf-lite</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]