From a10097a2c22546610306e3f23d78a65ca4b7f6d9 Mon Sep 17 00:00:00 2001 From: "pether.sorling@gmail.com" Date: Wed, 1 Apr 2020 00:43:25 +0200 Subject: [PATCH] fix https://github.com/nielsbasjes/yauaa/issues/205 remove META-INF/services from shaded jar --- analyzer/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/analyzer/pom.xml b/analyzer/pom.xml index 743be61593..19f2d01242 100644 --- a/analyzer/pom.xml +++ b/analyzer/pom.xml @@ -133,6 +133,14 @@ true true + + + org.springframework:spring-core + + META-INF/services/** + + + org.springframework