summaryrefslogtreecommitdiffstats
path: root/appc-metric/appc-metric-features/features-appc-metric/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-metric/appc-metric-features/features-appc-metric/pom.xml')
-rw-r--r--appc-metric/appc-metric-features/features-appc-metric/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/appc-metric/appc-metric-features/features-appc-metric/pom.xml b/appc-metric/appc-metric-features/features-appc-metric/pom.xml
index 1ac95f479..7008184b4 100644
--- a/appc-metric/appc-metric-features/features-appc-metric/pom.xml
+++ b/appc-metric/appc-metric-features/features-appc-metric/pom.xml
@@ -42,7 +42,17 @@ limitations under the License.
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.8.11.3</version>
</dependency>
-
</dependencies>
</project>