aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2019-04-25 11:31:45 +0000
committerMichaelMorris <michael.morris@est.tech>2019-04-25 11:31:45 +0000
commitdf6508f90ffb0247b94a7357035e36af61b4f207 (patch)
tree3a513e4690d69dbf6cbfe309f38a6bc22df2a3ca /adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml
parent1058540684e0d35dcd4d1623f217db3c150ba8d6 (diff)
Fixed issues found in integration testing
Issue-ID: SO-1814 Change-Id: Ica6929e10cb40d535657eefc9786090af996ba32 Signed-off-by: MichaelMorris <michael.morris@est.tech>
Diffstat (limited to 'adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml')
-rw-r--r--adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml b/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml
index c561721b3e..09c28f93f1 100644
--- a/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml
+++ b/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml
@@ -63,6 +63,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>