Author: cziegeler
Date: Tue May 14 08:01:43 2013
New Revision: 1482242
URL: http://svn.apache.org/r1482242
Log:
Create new standalone module
Modified:
sling/trunk/bundles/extensions/discovery/api/pom.xml
Modified: sling/trunk/bundles/extensions/discovery/api/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/api/pom.xml?rev=1482242&r1=1482241&r2=1482242&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/api/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/api/pom.xml Tue May 14 08:01:43
2013
@@ -46,10 +46,6 @@
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
- <artifactId>maven-scr-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
@@ -57,20 +53,8 @@
</build>
<dependencies>
<dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.scr.annotations</artifactId>
- </dependency>
- <dependency>
<groupId>biz.aQute</groupId>
<artifactId>bndlib</artifactId>
</dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- </dependency>
</dependencies>
</project>