aboutsummaryrefslogtreecommitdiffstats
path: root/aai-queries/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-queries/pom.xml')
-rw-r--r--aai-queries/pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml
index a42c60c..18ae75c 100644
--- a/aai-queries/pom.xml
+++ b/aai-queries/pom.xml
@@ -139,8 +139,14 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-test</artifactId>
+ <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.vaadin.external.google</groupId>
+ <artifactId>android-json</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
@@ -150,12 +156,10 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
- <version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
- <version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>