summaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-license-manager/appc-license-manager-features
diff options
context:
space:
mode:
Diffstat (limited to 'appc-dispatcher/appc-license-manager/appc-license-manager-features')
-rw-r--r--appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml12
-rw-r--r--appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml11
2 files changed, 1 insertions, 22 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 49a9f231f..71e827679 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,17 +42,7 @@ 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>
diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml
index 6508e4bbd..ebb98f585 100644
--- a/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml
+++ b/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml
@@ -48,12 +48,6 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>appc-license-manager-core</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.onap.appc</groupId>
@@ -65,11 +59,6 @@ limitations under the License.
<artifactId>javax.mail</artifactId>
<version>1.5.0</version>
</dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.8.11.3</version>
- </dependency>
<!-- <dependency> -->
<!-- <groupId>org.glassfish.jersey.core</groupId> -->
<!-- <artifactId>jersey-server</artifactId> -->