diff --git a/pom.xml b/pom.xml
index 05e1f28..605b257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,10 +36,12 @@ mainly to make it easier to upgrade code to Jackson, using automated conversions
com.fasterxml.jackson.core
jackson-core
+ provided
com.fasterxml.jackson.core
jackson-databind
+ provided
@@ -75,6 +77,10 @@ mainly to make it easier to upgrade code to Jackson, using automated conversions
org.moditect
moditect-maven-plugin
+
+ org.apache.karaf.tooling
+ karaf-maven-plugin
+
diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
new file mode 100644
index 0000000..a72f00b
--- /dev/null
+++ b/src/main/feature/feature.xml
@@ -0,0 +1,7 @@
+
+
+ mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version.databind}/xml/features
+
+ jackson-databind
+
+