This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-launchpad-standalone-archetype.git
commit b6015e31443db3abfbb2fc4a960c095f7bd3007e Author: Robert Munteanu <[email protected]> AuthorDate: Fri May 2 13:45:10 2014 +0000 SLING-3541 - Standalone Launchpad Archetype fails to start due to random selection of jarWebSupport git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1591905 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/archetype-resources/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 225c597..a4e8cd4 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -38,6 +38,11 @@ <defaultBundleList> <version>6</version> </defaultBundleList> + <jarWebSupport> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.http.jetty</artifactId> + <version>2.2.0</version> + </jarWebSupport> </configuration> </plugin> <plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
