summaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r--common-app-api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 41b4eaafb7..3d42d4720e 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -22,6 +22,10 @@
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>