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

alien11689 pushed a commit to branch ARIES-2175-move-org.osgi-to-osgi-artifacts
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 3f21bc1bf937703826f269afb4764c3c3c2d4638
Author: Dominik Przybysz <alien11...@gmail.com>
AuthorDate: Mon Mar 24 20:18:12 2025 +0100

    ARIES-2175: Update org.osgi.* artifacts to osgi.* in parent
---
 parent/pom.xml | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7245b8ce1..1f5db91ca 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -105,10 +105,27 @@
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>osgi.core</artifactId>
+                <version>${osgi.core.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>osgi.cmpn</artifactId>
+                <version>${osgi.cmpn.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>${slf4j.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
                 <version>${junit.version}</version>
+                <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.logging</groupId>
@@ -122,25 +139,11 @@
                 <version>${pax-logging.version}</version>
                 <scope>test</scope>
             </dependency>
-            <dependency>
-                <groupId>org.osgi</groupId>
-                <artifactId>org.osgi.core</artifactId>
-                <version>${org.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.osgi</groupId>
-                <artifactId>org.osgi.compendium</artifactId>
-                <version>${org.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-api</artifactId>
-                <version>${slf4j.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
                 <version>${slf4j.version}</version>
+                <scope>test</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>
@@ -180,7 +183,8 @@
         <!--Dependencies-->
         <junit.version>4.13.2</junit.version>
         <pax-logging.version>2.2.8</pax-logging.version>
-        <org.version>4.3.1</org.version>
+        <osgi.cmpn.version>4.3.1</osgi.cmpn.version>
+        <osgi.core.version>4.3.1</osgi.core.version>
         <slf4j.version>2.0.17</slf4j.version>
 
         <!--Plugin versions-->

Reply via email to