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/08/03 10:11:19 UTC

svn commit: r1803978 - /sling/whiteboard/cziegeler/feature/pom.xml

Author: cziegeler
Date: Thu Aug  3 10:11:19 2017
New Revision: 1803978

URL: http://svn.apache.org/viewvc?rev=1803978&view=rev
Log:
Clean up pom

Modified:
    sling/whiteboard/cziegeler/feature/pom.xml

Modified: sling/whiteboard/cziegeler/feature/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/cziegeler/feature/pom.xml?rev=1803978&r1=1803977&r2=1803978&view=diff
==============================================================================
--- sling/whiteboard/cziegeler/feature/pom.xml (original)
+++ sling/whiteboard/cziegeler/feature/pom.xml Thu Aug  3 10:11:19 2017
@@ -46,14 +46,6 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Conditional-Package>
-                            org.apache.felix.configurator.impl.json,
-                            org.apache.felix.configurator.impl.model                            
-                        </Conditional-Package>
-                    </instructions>
-                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>
@@ -76,8 +68,8 @@
 
       <!-- Testing -->
         <dependency>
-        	<groupId>junit</groupId>
-        	<artifactId>junit</artifactId>
+        	    <groupId>junit</groupId>
+        	    <artifactId>junit</artifactId>
         </dependency>
 
         <dependency>