diff options
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-common')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml index ca5a87c3e..54f5563a7 100644 --- a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml @@ -42,6 +42,10 @@ <groupId>equinoxSDK381</groupId> <artifactId>org.eclipse.osgi</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -197,6 +201,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> + <version>2.8.11.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |