This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 40ce49cbd [CELEBORN-1438] Exclude celeborn-service_xx-test jar
40ce49cbd is described below
commit 40ce49cbd5af6d15187fa3d0e7e4f5e71086782c
Author: Shuang <[email protected]>
AuthorDate: Fri May 24 18:19:48 2024 +0800
[CELEBORN-1438] Exclude celeborn-service_xx-test jar
### What changes were proposed in this pull request?
add scope test for testjars
### Why are the changes needed?
Release package should not include test jars
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GA
Closes #2527 from RexXiong/CELEBORN-1438.
Authored-by: Shuang <[email protected]>
Signed-off-by: mingji <[email protected]>
---
master/pom.xml | 1 +
worker/pom.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/master/pom.xml b/master/pom.xml
index 0f1fe12bb..bad0dfabf 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -88,6 +88,7 @@
<artifactId>celeborn-service_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
diff --git a/worker/pom.xml b/worker/pom.xml
index b255569da..ef32e97aa 100644
--- a/worker/pom.xml
+++ b/worker/pom.xml
@@ -103,6 +103,7 @@
<artifactId>celeborn-service_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.celeborn</groupId>