This is an automated email from the ASF dual-hosted git repository.

xyuanlu pushed a commit to branch helix-gateway-service
in repository https://gitbox.apache.org/repos/asf/helix.git

commit e15c9d278edcb8d0c86d21fd2d86050efc5c94ef
Author: Zachary Pinto <zapi...@linkedin.com>
AuthorDate: Tue Sep 17 09:32:41 2024 -0700

    Add helix-gateway stubs to exported packages.(#2923)
---
 ...ix-gateway-1.4.1-SNAPSHOT.ivy => helix-gateway-1.4.2-SNAPSHOT.ivy} | 4 ++--
 helix-gateway/pom.xml                                                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helix-gateway/helix-gateway-1.4.1-SNAPSHOT.ivy 
b/helix-gateway/helix-gateway-1.4.2-SNAPSHOT.ivy
similarity index 97%
rename from helix-gateway/helix-gateway-1.4.1-SNAPSHOT.ivy
rename to helix-gateway/helix-gateway-1.4.2-SNAPSHOT.ivy
index 5d0f28d45..f16154028 100644
--- a/helix-gateway/helix-gateway-1.4.1-SNAPSHOT.ivy
+++ b/helix-gateway/helix-gateway-1.4.2-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="helix-gateway"
-               revision="1.4.1-SNAPSHOT"
+               revision="1.4.2-SNAPSHOT"
                status="integration"
                publication="20240627141623"
        />
@@ -46,7 +46,7 @@ under the License.
     <dependency org="org.yaml" name="snakeyaml" rev="1.30">
         <artifact name="snakeyaml" m:classifier="sources" ext="jar"/>
     </dependency>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.1-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.2-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
                <dependency org="com.fasterxml.jackson.core" 
name="jackson-databind" rev="2.12.6.1" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
                <dependency org="com.fasterxml.jackson.core" 
name="jackson-core" rev="2.12.6" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
                <dependency org="commons-cli" name="commons-cli" rev="1.2" 
force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
diff --git a/helix-gateway/pom.xml b/helix-gateway/pom.xml
index fae9d97da..bf5de7633 100644
--- a/helix-gateway/pom.xml
+++ b/helix-gateway/pom.xml
@@ -52,7 +52,7 @@
       org.apache.logging.slf4j*;version="[2.17,3)",
       *
     </osgi.import>
-    
<osgi.export>org.apache.helix*;version="${project.version};-noimport:=true</osgi.export>
+    
<osgi.export>org.apache.helix*;proto.org.apache.helix*;version="${project.version};-noimport:=true</osgi.export>
   </properties>
 
 

Reply via email to