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 fcf21beee4c63e9d94472065f317354b7e53c0cd
Author: Dominik Przybysz <[email protected]>
AuthorDate: Mon Mar 24 20:18:26 2025 +0100

    ARIES-2175: Update org.osgi.* artifacts to osgi.* in testsupport
---
 testsupport/testsupport-unit/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsupport/testsupport-unit/pom.xml 
b/testsupport/testsupport-unit/pom.xml
index 3b8a4f450..912c426e2 100644
--- a/testsupport/testsupport-unit/pom.xml
+++ b/testsupport/testsupport-unit/pom.xml
@@ -76,12 +76,12 @@
                a transitive dependency to other projects. -->
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
+            <artifactId>osgi.cmpn</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to