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 2d6c5e1b65e286c9629833479382c27a4e990a9b Author: Dominik Przybysz <alien11...@gmail.com> AuthorDate: Mon Mar 24 20:46:19 2025 +0100 ARIES-2175: Update org.osgi.* artifacts to osgi.* in jndi --- jndi/jndi-url-itest/pom.xml | 2 +- jndi/parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jndi/jndi-url-itest/pom.xml b/jndi/jndi-url-itest/pom.xml index 9d0073de7..e6e647d8e 100644 --- a/jndi/jndi-url-itest/pom.xml +++ b/jndi/jndi-url-itest/pom.xml @@ -190,7 +190,7 @@ <exclusions> <exclusion> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> + <artifactId>osgi.core</artifactId> </exclusion> </exclusions> </dependency> diff --git a/jndi/parent/pom.xml b/jndi/parent/pom.xml index 1db67d741..8809abe84 100644 --- a/jndi/parent/pom.xml +++ b/jndi/parent/pom.xml @@ -123,7 +123,7 @@ <exclusions> <exclusion> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> + <artifactId>osgi.core</artifactId> </exclusion> </exclusions> </dependency>