diff options
Diffstat (limited to 'appc-provider/appc-provider-features/features-appc-provider/pom.xml')
-rw-r--r-- | appc-provider/appc-provider-features/features-appc-provider/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/appc-provider/appc-provider-features/features-appc-provider/pom.xml b/appc-provider/appc-provider-features/features-appc-provider/pom.xml index 19ab1d1ab..997280f78 100644 --- a/appc-provider/appc-provider-features/features-appc-provider/pom.xml +++ b/appc-provider/appc-provider-features/features-appc-provider/pom.xml @@ -20,7 +20,18 @@ <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>
\ No newline at end of file +</project> |