This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-2 in repository https://gitbox.apache.org/repos/asf/fury.git
commit cc347963c1eeba583cdaf65a80d0862314f5025a Author: Shawn Yang <[email protected]> AuthorDate: Thu May 15 11:18:03 2025 +0800 mark fury-test-core as test dep in fury extensions --- java/fury-extensions/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/java/fury-extensions/pom.xml b/java/fury-extensions/pom.xml index 73b7493b..9282aebc 100644 --- a/java/fury-extensions/pom.xml +++ b/java/fury-extensions/pom.xml @@ -75,6 +75,7 @@ <groupId>org.apache.fury</groupId> <artifactId>fury-test-core</artifactId> <version>${project.version}</version> + <scope>test</scope> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
