This is an automated email from the ASF dual-hosted git repository.
xiangfu 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 0a08a919ea Upgrade pulsar version to 2.11.4 (#12708)
0a08a919ea is described below
commit 0a08a919ea6122212a1b2963de1f40cee84f6742
Author: Xiang Fu <[email protected]>
AuthorDate: Mon Mar 25 11:22:31 2024 +0100
Upgrade pulsar version to 2.11.4 (#12708)
---
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml | 3 ---
pom.xml | 13 +++++++++++++
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
index 6dcd29eb18..eaaf786729 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
@@ -37,7 +37,6 @@
<properties>
<phase.prop>package</phase.prop>
<pinot.root>${basedir}/../../..</pinot.root>
- <pulsar.version>2.11.0</pulsar.version>
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
<javax.ws.rs-api.version>2.1</javax.ws.rs-api.version>
<jersey-container-grizzly2-http.version>2.39</jersey-container-grizzly2-http.version>
@@ -60,7 +59,6 @@
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client-original</artifactId>
- <version>${pulsar.version}</version>
<exclusions>
<exclusion>
<groupId>javax.ws.rs</groupId>
@@ -87,7 +85,6 @@
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client-admin-original</artifactId>
- <version>${pulsar.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
diff --git a/pom.xml b/pom.xml
index f2403d1803..165ac58ddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,6 +218,7 @@
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
<bouncycastle.version>1.77</bouncycastle.version>
<airlift.version>0.26</airlift.version>
+ <pulsar.version>2.11.4</pulsar.version>
</properties>
<profiles>
@@ -1484,6 +1485,18 @@
<version>${sslcontext.kickstart.version}</version>
</dependency>
+ <!-- Pulsar -->
+ <dependency>
+ <groupId>org.apache.pulsar</groupId>
+ <artifactId>pulsar-client-original</artifactId>
+ <version>${pulsar.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.pulsar</groupId>
+ <artifactId>pulsar-client-admin-original</artifactId>
+ <version>${pulsar.version}</version>
+ </dependency>
+
<!-- bouncycastle libraries are used by Kafka and Pulsar plugins -->
<dependency>
<groupId>org.bouncycastle</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]