aboutsummaryrefslogtreecommitdiffstats
path: root/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml')
-rw-r--r--appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml
index 56e5e8091..a2f6c2332 100644
--- a/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml
+++ b/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml
@@ -58,12 +58,23 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>appc-interfaces-service-bundle</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>
<artifactId>appc-aai-client-provider</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>