diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-02-21 10:36:31 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-02-21 10:37:42 +0000 |
commit | d5c963c689b6280cbc72284a68d19111b0f8a41a (patch) | |
tree | 86cb69de93a6ed496eb69ae39a3cc2920087368e /integration | |
parent | bab9d9a06e06d74b13b016180f973dd0d3e4abb2 (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>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 6 |
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> |