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