You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2010/12/27 17:16:47 UTC

svn commit: r1053100 - in /incubator/clerezza/trunk/org.apache.clerezza.parent: org.apache.clerezza.platform.launcher.storageless.parent/pom.xml pom.xml

Author: reto
Date: Mon Dec 27 16:16:47 2010
New Revision: 1053100

URL: http://svn.apache.org/viewvc?rev=1053100&view=rev
Log:
CLEREZZA-375: enabling by default, added dependency to parent

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml?rev=1053100&r1=1053099&r2=1053100&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml Mon Dec 27 16:16:47 2010
@@ -122,6 +122,18 @@
 			<groupId>net.rootdev</groupId>
 			<artifactId>java-rdfa-htmlparser</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.apache.mina</groupId>
+			<artifactId>mina-core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.sshd</groupId>
+			<artifactId>sshd-core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.sshd</groupId>
+			<artifactId>sshd-pam</artifactId>
+		</dependency>
 		<!--
 			Clerezza Bundles
 		-->
@@ -275,16 +287,21 @@
 			<artifactId>org.apache.clerezza.platform.dashboard.webinterface</artifactId>
 			<scope>runtime</scope>
 		</dependency>
-                <dependency>
-                        <groupId>org.apache.clerezza</groupId>
-                        <artifactId>org.apache.clerezza.shell</artifactId>
-                        <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.clerezza</groupId>
-                        <artifactId>org.apache.clerezza.shell.felixshellcommand</artifactId>
-                        <scope>runtime</scope>
-                </dependency>
+		<dependency>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>org.apache.clerezza.shell</artifactId>
+			<scope>runtime</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>org.apache.clerezza.shell.felixshellcommand</artifactId>
+			<scope>runtime</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>org.apache.clerezza.sshshell</artifactId>
+			<scope>runtime</scope>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>org.apache.clerezza.web.fileserver</artifactId>

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=1053100&r1=1053099&r2=1053100&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Mon Dec 27 16:16:47 2010
@@ -104,6 +104,7 @@
 		<module>org.apache.clerezza.rdf.web</module>
 		<module>org.apache.clerezza.shell</module>
 		<module>org.apache.clerezza.shell.felixshellcommand</module>
+		<module>org.apache.clerezza.sshshell</module>
 		<module>org.apache.clerezza.templating</module>
 		<module>org.apache.clerezza.templating.seedsnipe</module>
 		<module>org.apache.clerezza.tools.offline</module>
@@ -569,6 +570,21 @@
 				<version>2.4</version>
 			</dependency>
 			<dependency>
+				<groupId>org.apache.mina</groupId>
+				<artifactId>mina-core</artifactId>
+				<version>2.0.2</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.sshd</groupId>
+				<artifactId>sshd-core</artifactId>
+				<version>0.5.0</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.sshd</groupId>
+				<artifactId>sshd-pam</artifactId>
+				<version>0.5.0</version>
+			</dependency>
+			<dependency>
 				<groupId>org.apache.clerezza.ext</groupId>
 				<artifactId>org.jruby</artifactId>
 				<version>0.3-incubating-SNAPSHOT</version>
@@ -640,6 +656,11 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.clerezza</groupId>
+				<artifactId>org.apache.clerezza.sshshell</artifactId>
+				<version>0.1-incubating-SNAPSHOT</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.clerezza</groupId>
 				<artifactId>org.apache.clerezza.web.fileserver</artifactId>
 				<version>0.9-incubating-SNAPSHOT</version>
 			</dependency>