This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 3051881cc14 [refactor][build] Collapse empty tags and remove
duplicated dependences (#18568)
3051881cc14 is described below
commit 3051881cc14313a298d6f2f203b65432d409b9a4
Author: presenth7s <[email protected]>
AuthorDate: Wed Nov 23 13:45:50 2022 +0800
[refactor][build] Collapse empty tags and remove duplicated dependences
(#18568)
Co-authored-by: tison <[email protected]>
---
buildtools/pom.xml | 1 -
pom.xml | 2 +-
pulsar-broker/pom.xml | 2 +-
pulsar-io/netty/pom.xml | 7 -------
structured-event-log/pom.xml | 5 -----
5 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 706736e4c26..2fd5c9aca9e 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -26,7 +26,6 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>23</version>
- <relativePath></relativePath>
</parent>
<groupId>org.apache.pulsar</groupId>
diff --git a/pom.xml b/pom.xml
index 26d4745841e..f67a61f8958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@ flexible messaging model and an intuitive client
API.</description>
<testForkCount>4</testForkCount>
<testRealAWS>false</testRealAWS>
<testRetryCount>1</testRetryCount>
- <testJacocoAgentArgument></testJacocoAgentArgument>
+ <testJacocoAgentArgument/>
<testHeapDumpPath>/tmp</testHeapDumpPath>
<docker.organization>apachepulsar</docker.organization>
<skipSourceReleaseAssembly>false</skipSourceReleaseAssembly>
diff --git a/pulsar-broker/pom.xml b/pulsar-broker/pom.xml
index a8e39ef7d24..8d0f0e7547f 100644
--- a/pulsar-broker/pom.xml
+++ b/pulsar-broker/pom.xml
@@ -857,7 +857,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore></ignore>
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>
diff --git a/pulsar-io/netty/pom.xml b/pulsar-io/netty/pom.xml
index 4dc1cc34a4d..f421b72c26e 100644
--- a/pulsar-io/netty/pom.xml
+++ b/pulsar-io/netty/pom.xml
@@ -68,13 +68,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <scope>test</scope>
- </dependency>
-
</dependencies>
<build>
diff --git a/structured-event-log/pom.xml b/structured-event-log/pom.xml
index 178bcc8d4af..e5e6a72816f 100644
--- a/structured-event-log/pom.xml
+++ b/structured-event-log/pom.xml
@@ -37,11 +37,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>