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

rovarga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f6a1b89f0 Remove remaining org.apache.servicemix.specs BOM entries
3f6a1b89f0 is described below

commit 3f6a1b89f03fe5719694e5fbf0adfd4bc742823b
Author: Holger Friedrich <[email protected]>
AuthorDate: Tue Jun 9 15:06:09 2026 +0200

    Remove remaining org.apache.servicemix.specs BOM entries
    
    Remove left over from specs removal in PR #1958.
    This fixes Maven 4 build.
---
 bom/pom.xml | 36 +-----------------------------------
 1 file changed, 1 insertion(+), 35 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index f25555da54..225a9ed2e1 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -810,41 +810,7 @@
                 <artifactId>easymock</artifactId>
                 <version>${easymock.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.specs</groupId>
-                <artifactId>org.apache.servicemix.specs.activator</artifactId>
-                <version>${servicemix-spec.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.specs</groupId>
-                <artifactId>org.apache.servicemix.specs.locator</artifactId>
-                <version>2.10</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.specs</groupId>
-                
<artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
-                <version>1.9.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.specs</groupId>
-                
<artifactId>org.apache.servicemix.specs.jaxb-api-2.2</artifactId>
-                <version>${servicemix-spec.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.specs</groupId>
-                
<artifactId>org.apache.servicemix.specs.jaxws-api-2.2</artifactId>
-                <version>${servicemix-spec.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.specs</groupId>
-                
<artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
-                <version>${servicemix-spec.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.specs</groupId>
-                
<artifactId>org.apache.servicemix.specs.stax-api-1.2</artifactId>
-                <version>1.2_1</version>
-            </dependency>
+
             <dependency>
                 <groupId>org.apache.sshd</groupId>
                 <artifactId>sshd-osgi</artifactId>

Reply via email to