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 99ca13dd1a95a856f25f51b2ec334273783cd693 Author: Dominik Przybysz <alien11...@gmail.com> AuthorDate: Mon Mar 24 20:18:55 2025 +0100 ARIES-2175: Update org.osgi.* artifacts to osgi.* in util --- util/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/pom.xml b/util/pom.xml index d2e72f481..3193de661 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -74,12 +74,12 @@ <dependencies> <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>