You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2017/10/10 04:43:13 UTC

svn commit: r1811637 - /jackrabbit/oak/trunk/oak-examples/standalone/pom.xml

Author: chetanm
Date: Tue Oct 10 04:43:13 2017
New Revision: 1811637

URL: http://svn.apache.org/viewvc?rev=1811637&view=rev
Log:
OAK-6763 - Convert oak-examples to OSGi R6 annotations

Remove unused felix scr annotation dependency

Modified:
    jackrabbit/oak/trunk/oak-examples/standalone/pom.xml

Modified: jackrabbit/oak/trunk/oak-examples/standalone/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/standalone/pom.xml?rev=1811637&r1=1811636&r2=1811637&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/standalone/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-examples/standalone/pom.xml Tue Oct 10 04:43:13 2017
@@ -83,12 +83,6 @@
       <optional>true</optional>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
     <!-- For colored console logging -->
     <dependency>
       <groupId>org.fusesource.jansi</groupId>