SLING-9893 Update Karaf to 4.3.1
diff --git a/pom.xml b/pom.xml
index 35387df..3f51756 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.3.0</version>
+        <version>4.3.1</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -185,7 +185,7 @@
             <feature>eventadmin</feature>
           </startupFeatures>
           <bootFeatures>
-            <feature>wrap</feature>
+            <feature>pax-url-wrap</feature>
             <feature>shell</feature>
             <feature>feature</feature>
             <feature>jaas</feature>
@@ -235,13 +235,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.0</version>
+      <version>4.3.1</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.0</version>
+      <version>4.3.1</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -249,7 +249,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.0</version>
+      <version>4.3.1</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>