From f84da67d61056a6ba6ce013e78e83fa4c026f5c3 Mon Sep 17 00:00:00 2001 From: Steinar Bang Date: Sat, 14 Sep 2019 21:06:50 +0200 Subject: [PATCH] Use karaf-maven-plugin 4.2.6 to create an apache karaf feature for jackson-datatype-json-org (#16) --- pom.xml | 6 ++++++ src/main/feature/feature.xml | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 src/main/feature/feature.xml diff --git a/pom.xml b/pom.xml index 3ac93b1..4e6f058 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 + +