Author: cziegeler
Date: Wed Dec 17 13:00:42 2014
New Revision: 1646227

URL: http://svn.apache.org/r1646227
Log:
Update to latest felix http impl

Modified:
    sling/trunk/contrib/scripting/sightly/testing/pom.xml

Modified: sling/trunk/contrib/scripting/sightly/testing/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/sightly/testing/pom.xml?rev=1646227&r1=1646226&r2=1646227&view=diff
==============================================================================
--- sling/trunk/contrib/scripting/sightly/testing/pom.xml (original)
+++ sling/trunk/contrib/scripting/sightly/testing/pom.xml Wed Dec 17 13:00:42 
2014
@@ -176,9 +176,24 @@
                         <version>8-SNAPSHOT</version>
                     </defaultBundleList>
                     <jarWebSupport>
-                        <groupId>org.apache.felix</groupId>
-                        <artifactId>org.apache.felix.http.jetty</artifactId>
-                        <version>2.2.2</version>
+                          <bundle>
+                                <groupId>org.apache.felix</groupId>
+                                
<artifactId>org.apache.felix.http.api</artifactId>
+                                <version>2.3.2</version>
+                                <startLevel>5</startLevel>
+                            </bundle>
+                            <bundle>
+                                <groupId>org.apache.felix</groupId>
+                                
<artifactId>org.apache.felix.http.servlet-api</artifactId>
+                                <version>1.0.1</version>
+                                <startLevel>5</startLevel>
+                            </bundle>
+                            <bundle>
+                                <groupId>org.apache.felix</groupId>
+                                
<artifactId>org.apache.felix.http.jetty</artifactId>
+                                <version>2.3.2</version>
+                                <startLevel>5</startLevel>
+                            </bundle>
                     </jarWebSupport>
                     <additionalBundles>
                         <bundle>


Reply via email to