Author: bdelacretaz
Date: Tue Jan 6 01:47:46 2009
New Revision: 731899
URL: http://svn.apache.org/viewvc?rev=731899&view=rev
Log:
SLING-757 - use Felix webconsole 1.2.2
Modified:
incubator/sling/trunk/launchpad/app/pom.xml
incubator/sling/trunk/launchpad/jcrapp/pom.xml
incubator/sling/trunk/parent/pom.xml
Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=731899&r1=731898&r2=731899&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Tue Jan 6 01:47:46 2009
@@ -107,6 +107,12 @@
</artifactId>
</artifactItem>
<artifactItem>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>
+ org.apache.felix.shell
+ </artifactId>
+ </artifactItem>
+ <artifactItem>
<groupId>org.apache.sling</groupId>
<artifactId>
org.apache.sling.commons.json
Modified: incubator/sling/trunk/launchpad/jcrapp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/jcrapp/pom.xml?rev=731899&r1=731898&r2=731899&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/jcrapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/jcrapp/pom.xml Tue Jan 6 01:47:46 2009
@@ -140,12 +140,17 @@
<optional>true</optional>
</dependency>
- <!-- the web based OSGi framework console -->
+ <!-- the web based OSGi framework console, requires the Felix shell
service -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<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>
Modified: incubator/sling/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=731899&r1=731898&r2=731899&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Tue Jan 6 01:47:46 2009
@@ -650,11 +650,16 @@
<scope>provided</scope>
</dependency>
- <!-- the web based OSGi framework console -->
+ <!-- the web based OSGi framework console and shell service -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
- <version>1.2.0</version>
+ <version>1.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.shell</artifactId>
+ <version>1.0.2</version>
</dependency>
<!-- HttpService implementation: embedded Jetty -->