diff options
Diffstat (limited to 'appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml index 71e827679..49a9f231f 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/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> |