Author: fmeschbe
Date: Wed Jan  7 06:47:36 2009
New Revision: 732353

URL: http://svn.apache.org/viewvc?rev=732353&view=rev
Log:
SLING-757 Shell is not needed by the console

Modified:
    incubator/sling/trunk/launchpad/jcrapp/pom.xml

Modified: incubator/sling/trunk/launchpad/jcrapp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/jcrapp/pom.xml?rev=732353&r1=732352&r2=732353&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/jcrapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/jcrapp/pom.xml Wed Jan  7 06:47:36 2009
@@ -140,18 +140,13 @@
             <optional>true</optional>
         </dependency>
 
-        <!-- the web based OSGi framework console, requires the Felix shell 
service -->
+        <!-- the web based OSGi framework console -->
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.webconsole</artifactId>
             <version>1.2.2</version>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.shell</artifactId>
-            <optional>true</optional>
-        </dependency>
 
         <!-- Apache Felix framework bundles -->
         <dependency>


Reply via email to