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 2014/02/11 10:08:43 UTC

svn commit: r1567015 - /jackrabbit/oak/trunk/oak-core/pom.xml

Author: chetanm
Date: Tue Feb 11 09:08:42 2014
New Revision: 1567015

URL: http://svn.apache.org/r1567015
Log:
Removed entry for Felix JAAS as its not being used

Modified:
    jackrabbit/oak/trunk/oak-core/pom.xml

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1567015&r1=1567014&r2=1567015&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Tue Feb 11 09:08:42 2014
@@ -166,12 +166,6 @@
       <artifactId>org.osgi.compendium</artifactId>
       <scope>provided</scope>
     </dependency>
-      <dependency>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>org.apache.felix.jaas</artifactId>
-          <version>0.0.1-R1560269</version>
-          <scope>provided</scope>
-      </dependency>
 
     <!-- Classes from this jar are inlined via Embed-Dependency tag as
     we do not want to depend on Sling jar in OSGi env-->