From 69a541e15161fd4ca09c84c04e6733540017810c Mon Sep 17 00:00:00 2001 From: Vibhatha Abeykoon Date: Thu, 30 May 2024 04:47:44 +0530 Subject: [PATCH] fix: path issue resolved --- java/algorithm/pom.xml | 6 +++++- java/pom.xml | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java/algorithm/pom.xml b/java/algorithm/pom.xml index 2ea737e4acc18..f5607001b9aa5 100644 --- a/java/algorithm/pom.xml +++ b/java/algorithm/pom.xml @@ -67,6 +67,10 @@ pom.xml + + ${project.basedir}/../dev/license/asf-xml.license + (<configuration|<project) + @@ -81,7 +85,7 @@ - ../dev/license/asf-java.license + ${project.basedir}/../dev/license/asf-java.license package diff --git a/java/pom.xml b/java/pom.xml index 8cb0a14869efa..ba2199ee63c39 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -833,10 +833,6 @@ - - ../dev/license/asf-xml.license - (<configuration|<project) -