Karaf 4: remove the war feature 10/51910/1
authorStephen Kitt <skitt@redhat.com>
Wed, 15 Feb 2017 14:30:37 +0000 (15:30 +0100)
committerStephen Kitt <skitt@redhat.com>
Wed, 15 Feb 2017 14:30:37 +0000 (15:30 +0100)
In Karaf 4, the war feature ends up pulling in Jetty 9.2, which we
aren't ready for yet.

Change-Id: I7b95633ef04e1031b87a91aafdfeb0929875adae
Signed-off-by: Stephen Kitt <skitt@redhat.com>
karaf/karaf4-parent/pom.xml

index 9a1b95d142f0a7911a2156cfd45fa6d3dc592205..e38a3fa22326fa09749438ef25a812025bea1870 100644 (file)
                     </installedFeatures>
                     <bootFeatures>
                         <feature>standard</feature>
-                        <feature>war</feature>
                         <!-- We load wrap as a workaround to handle old features without the wrap prerequisite -->
                         <!-- TODO Remove this once all the downstream features are fixed -->
                         <feature>wrap</feature>