You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2017/05/24 13:07:58 UTC

svn commit: r1796057 - /sling/whiteboard/cziegeler/provisioning-model/pom.xml

Author: cziegeler
Date: Wed May 24 13:07:58 2017
New Revision: 1796057

URL: http://svn.apache.org/viewvc?rev=1796057&view=rev
Log:
Update pom

Modified:
    sling/whiteboard/cziegeler/provisioning-model/pom.xml

Modified: sling/whiteboard/cziegeler/provisioning-model/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/cziegeler/provisioning-model/pom.xml?rev=1796057&r1=1796056&r2=1796057&view=diff
==============================================================================
--- sling/whiteboard/cziegeler/provisioning-model/pom.xml (original)
+++ sling/whiteboard/cziegeler/provisioning-model/pom.xml Wed May 24 13:07:58 2017
@@ -21,19 +21,19 @@
         <relativePath />
     </parent>
 
-    <artifactId>org.apache.sling.provisioning.model</artifactId>
-    <version>1.8.3-SNAPSHOT</version>
+    <artifactId>org.apache.sling.feature</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling Provisioning Model</name>
+    <name>Apache Sling Feature</name>
     <description>
-        The provisioning model for Apache Sling
+        A feature describes an OSGi system
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/support/provisioning-model</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/support/provisioning-model</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/support/provisioning-model</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/support/feature</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/support/feature</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/support/feature</url>
     </scm>
 
     <build>
@@ -42,24 +42,10 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Embed-Dependency>
-                            org.apache.felix.configadmin;inline="org/apache/felix/cm/file/ConfigurationHandler.*"
-                        </Embed-Dependency>
-                    </instructions>
-                </configuration>
             </plugin>
         </plugins>
     </build>
     <dependencies>
-      <!-- We use a class from the config admin implementation to read config files -->
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.configadmin</artifactId>
-            <version>1.8.10</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
         	<groupId>junit</groupId>
         	<artifactId>junit</artifactId>