diff --git a/pom.xml b/pom.xml
index cd071f16fb15c..c3a9e357f3826 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,7 +352,6 @@ flexible messaging model and an intuitive client API.
3.6.0
3.1.0
3.6.0
- 1.1.0
1.5.0
3.1.2
4.9.10
@@ -364,7 +363,7 @@ flexible messaging model and an intuitive client API.
2.45.0
0.1.29
1.3
- 0.4
+ 0.6.1
3.6.0
12.1.0
1.6.9
@@ -2230,31 +2229,6 @@ flexible messaging model and an intuitive client API.
-
- org.codehaus.mojo
- properties-maven-plugin
-
-
- initialize
-
- set-system-properties
-
-
-
-
-
- proto_path
- ${pulsar.basedir}
-
-
- proto_search_strategy
- 2
-
-
-
-
-
-
@@ -2380,11 +2354,6 @@ flexible messaging model and an intuitive client API.
ConstructorThrow,FindPublicAttributes,SharedVariableAtomicityDetector,UnreadFields,MultipleInstantiationsOfSingletons,InitializeNonnullFieldsInConstructor,FindNullDeref
-
- org.codehaus.mojo
- properties-maven-plugin
- ${properties-maven-plugin.version}
-
io.fabric8
docker-maven-plugin
diff --git a/pulsar-broker/pom.xml b/pulsar-broker/pom.xml
index 328b0d377d57a..f2d618a7fee3b 100644
--- a/pulsar-broker/pom.xml
+++ b/pulsar-broker/pom.xml
@@ -659,7 +659,7 @@
- com.github.splunk.lightproto
+ io.streamnative.lightproto
lightproto-maven-plugin
${lightproto-maven-plugin.version}
@@ -668,6 +668,9 @@
${project.basedir}/src/main/proto/ResourceUsage.proto
${project.basedir}/src/main/proto/DelayedMessageIndexBucketSegment.proto
+
+ ${pulsar.basedir}
+
generated-sources/lightproto/java
generated-sources/lightproto/java
diff --git a/pulsar-broker/src/main/proto/TransactionPendingAck.proto b/pulsar-broker/src/main/proto/TransactionPendingAck.proto
index cdf7dec6b2520..10ad8cc30ec88 100644
--- a/pulsar-broker/src/main/proto/TransactionPendingAck.proto
+++ b/pulsar-broker/src/main/proto/TransactionPendingAck.proto
@@ -19,7 +19,7 @@
syntax = "proto2";
import "pulsar-common/src/main/proto/PulsarApi.proto";
-package pulsar.proto;
+package pulsar.proto.pendingack;
option java_package = "org.apache.pulsar.broker.transaction.pendingack.proto";
option optimize_for = LITE_RUNTIME;
diff --git a/pulsar-common/pom.xml b/pulsar-common/pom.xml
index 09e42ff618828..ce315b6e4ff90 100644
--- a/pulsar-common/pom.xml
+++ b/pulsar-common/pom.xml
@@ -324,7 +324,7 @@
- com.github.splunk.lightproto
+ io.streamnative.lightproto
lightproto-maven-plugin
${lightproto-maven-plugin.version}
diff --git a/pulsar-transaction/coordinator/pom.xml b/pulsar-transaction/coordinator/pom.xml
index f49d7ed583467..40fafa118464c 100644
--- a/pulsar-transaction/coordinator/pom.xml
+++ b/pulsar-transaction/coordinator/pom.xml
@@ -88,9 +88,14 @@
- com.github.splunk.lightproto
+ io.streamnative.lightproto
lightproto-maven-plugin
${lightproto-maven-plugin.version}
+
+
+ ${pulsar.basedir}
+
+
diff --git a/pulsar-transaction/coordinator/src/main/resources/findbugsExclude.xml b/pulsar-transaction/coordinator/src/main/resources/findbugsExclude.xml
index a81fce11f4d21..68d915f10f186 100644
--- a/pulsar-transaction/coordinator/src/main/resources/findbugsExclude.xml
+++ b/pulsar-transaction/coordinator/src/main/resources/findbugsExclude.xml
@@ -21,7 +21,7 @@
-
+