aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/so-simulators/pom.xml
diff options
context:
space:
mode:
authorAndrewLamb <andrew.a.lamb@est.tech>2020-05-06 14:58:58 +0100
committerAndrewLamb <andrew.a.lamb@est.tech>2020-05-07 11:45:01 +0100
commit73364832c77469f73a7926a727888d904109023b (patch)
tree5ea43b0cdc0d4adb4e1b0d989d8e4dd54729c31e /plans/so/integration-etsi-testing/so-simulators/pom.xml
parent8a477f14b199f96b29e7f99216f39f7ee8273edb (diff)
Update vnfm simulator - subscribe and notify
Change-Id: Iced3da9cbedabba7df9defb4933ec69dfaf75823 Issue-ID: SO-2420 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/so-simulators/pom.xml')
-rw-r--r--plans/so/integration-etsi-testing/so-simulators/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/plans/so/integration-etsi-testing/so-simulators/pom.xml b/plans/so/integration-etsi-testing/so-simulators/pom.xml
index 372b073d..4be20c66 100644
--- a/plans/so/integration-etsi-testing/so-simulators/pom.xml
+++ b/plans/so/integration-etsi-testing/so-simulators/pom.xml
@@ -73,6 +73,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>android-json</artifactId>
+ <groupId>com.vaadin.external.google</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -84,4 +90,4 @@
<version>${jax.ws.rs}</version>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>