You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by dj...@apache.org on 2011/04/08 19:23:19 UTC

svn commit: r1090355 - in /karaf/trunk: assemblies/features/framework/pom.xml assemblies/features/full/pom.xml shell/ssh/pom.xml

Author: djencks
Date: Fri Apr  8 17:23:18 2011
New Revision: 1090355

URL: http://svn.apache.org/viewvc?rev=1090355&view=rev
Log:
KARAF-510 minimal assembly/framework should not include ssh bundle that doesn't work without full ssh feature

Modified:
    karaf/trunk/assemblies/features/framework/pom.xml
    karaf/trunk/assemblies/features/full/pom.xml
    karaf/trunk/shell/ssh/pom.xml

Modified: karaf/trunk/assemblies/features/framework/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/pom.xml?rev=1090355&r1=1090354&r2=1090355&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/pom.xml (original)
+++ karaf/trunk/assemblies/features/framework/pom.xml Fri Apr  8 17:23:18 2011
@@ -152,10 +152,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
-            <artifactId>org.apache.karaf.shell.ssh</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.dev</artifactId>
         </dependency>
         <dependency>

Modified: karaf/trunk/assemblies/features/full/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/full/pom.xml?rev=1090355&r1=1090354&r2=1090355&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/full/pom.xml (original)
+++ karaf/trunk/assemblies/features/full/pom.xml Fri Apr  8 17:23:18 2011
@@ -71,12 +71,8 @@
             <artifactId>org.apache.karaf.deployer.wrap</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.mina</groupId>
-            <artifactId>mina-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sshd</groupId>
-            <artifactId>sshd-core</artifactId>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.ssh</artifactId>
         </dependency>
     </dependencies>
     <build>

Modified: karaf/trunk/shell/ssh/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/ssh/pom.xml?rev=1090355&r1=1090354&r2=1090355&view=diff
==============================================================================
--- karaf/trunk/shell/ssh/pom.xml (original)
+++ karaf/trunk/shell/ssh/pom.xml Fri Apr  8 17:23:18 2011
@@ -69,7 +69,6 @@
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-core</artifactId>
-            <scope>provided</scope>
         </dependency>
     </dependencies>