diff options
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml b/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml index 9eef9ddab..680f982fe 100644 --- a/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml @@ -43,12 +43,6 @@ 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>org.onap.appc</groupId> @@ -95,11 +89,6 @@ limitations under the License. <artifactId>appc-dg-aai</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>2.8.11.3</version> - </dependency> </dependencies> <build> |