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

jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
     new 072f0ff92e KARAF-7859: use geronimo-atinject_1.0_spec in enterprise 
features
072f0ff92e is described below

commit 072f0ff92e33eba1221e7832f8afba4cc6f17966
Author: Robert Varga <[email protected]>
AuthorDate: Tue Sep 3 11:06:44 2024 +0200

    KARAF-7859: use geronimo-atinject_1.0_spec in enterprise features
    
    Signed-off-by: Robert Varga <[email protected]>
    
    (cherry picked from commit c24ebeef9bd55566e25c73f14f3386a57c9d82c8)
---
 assemblies/features/enterprise/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml 
b/assemblies/features/enterprise/src/main/feature/feature.xml
index 902254d03f..2d83360aa0 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -32,7 +32,7 @@
 
     <feature name="transaction-api" version="1.2.0">
         <bundle 
dependency="true">mvn:javax.interceptor/javax.interceptor-api/1.2.2</bundle>
-        <bundle 
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_3</bundle>
+        <bundle 
dependency="true">mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.2</bundle>
         <bundle dependency="true">mvn:jakarta.el/jakarta.el-api/3.0.3</bundle>
         <bundle dependency="true">mvn:javax.enterprise/cdi-api/1.2</bundle>
         <bundle>mvn:javax.transaction/javax.transaction-api/1.2</bundle>

Reply via email to