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:12:07 UTC

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

Author: cziegeler
Date: Thu Aug  3 10:12:07 2017
New Revision: 1803979

URL: http://svn.apache.org/viewvc?rev=1803979&view=rev
Log:
Include configurator classes

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

Modified: sling/whiteboard/cziegeler/feature-support/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/cziegeler/feature-support/pom.xml?rev=1803979&r1=1803978&r2=1803979&view=diff
==============================================================================
--- sling/whiteboard/cziegeler/feature-support/pom.xml (original)
+++ sling/whiteboard/cziegeler/feature-support/pom.xml Thu Aug  3 10:12:07 2017
@@ -45,6 +45,14 @@
                 <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>
         </plugins>
     </build>