aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-02-21 10:36:31 +0000
committeradheli.tavares <adheli.tavares@est.tech>2024-02-21 10:37:42 +0000
commitd5c963c689b6280cbc72284a68d19111b0f8a41a (patch)
tree86cb69de93a6ed496eb69ae39a3cc2920087368e
parentbab9d9a06e06d74b13b016180f973dd0d3e4abb2 (diff)
Remove duplicate json library coming with spring-test module
Issue-ID: POLICY-4868 Change-Id: Ifc4527237768c73c80af22ab5c5b9299de339358 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
-rw-r--r--integration/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 86f2ddbc..e0079c83 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -753,6 +753,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<version>${version.springboot}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.vaadin.external.google</groupId>
+ <artifactId>android-json</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>