Author: fmeschbe
Date: Wed Nov 14 08:18:53 2012
New Revision: 1409111
URL: http://svn.apache.org/viewvc?rev=1409111&view=rev
Log:
SLING-2663 Update Felix Dependencies:
- WebConsole plus new plugins and bundled org.json
- Configuration Admin
- MetaType Service
Modified:
sling/trunk/launchpad/builder/src/main/bundles/list.xml
Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1409111&r1=1409110&r2=1409111&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Wed Nov 14 08:18:53
2012
@@ -302,7 +302,22 @@
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
- <version>3.1.6</version>
+ <version>4.0.0</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.geronimo.bundles</groupId>
+ <artifactId>json</artifactId>
+ <version>20090211_1</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.webconsole.plugins.ds</artifactId>
+ <version>1.0.0</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.felix</groupId>
+
<artifactId>org.apache.felix.webconsole.plugins.packageadmin</artifactId>
+ <version>1.0.0</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
@@ -312,7 +327,7 @@
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.memoryusage</artifactId>
- <version>1.0.2</version>
+ <version>1.0.4</version>
</bundle>
<bundle>
<groupId>org.apache.sling</groupId>
@@ -380,12 +395,12 @@
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
- <version>1.2.8</version>
+ <version>1.6.0</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.metatype</artifactId>
- <version>1.0.4</version>
+ <version>1.0.6</version>
</bundle>
</startLevel>