You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:22:53 UTC

[sling-org-apache-sling-commons-mime] 18/47: Use OSGi core and cmpendium jars from Felix project.

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

rombert pushed a commit to annotated tag org.apache.sling.commons.mime-2.0.2-incubator
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git

commit b93993aa73f9b8432fc3e99e84ec1b786c24dff7
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Jan 28 08:17:53 2008 +0000

    Use OSGi core and cmpendium jars from Felix project.
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/mime@615754 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 17709e8..e6581d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,12 +74,12 @@
     </build>
     <dependencies>
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi_R4_core</artifactId>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.osgi.core</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi_R4_compendium</artifactId>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.