From 5e7c7a542a5d759f25def794602cf81d7da2228b Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 25 Oct 2017 11:52:44 +0200 Subject: Exclude slf4j-api from Athenz dependencies slf4j-api must be excluded, otherwise bundle will fail on class loading because of a loader constraint violation. --- athenz-identity-provider-service/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'athenz-identity-provider-service/pom.xml') diff --git a/athenz-identity-provider-service/pom.xml b/athenz-identity-provider-service/pom.xml index b5d9da3572c..3d117ce25cb 100644 --- a/athenz-identity-provider-service/pom.xml +++ b/athenz-identity-provider-service/pom.xml @@ -18,6 +18,11 @@ athenz-zms-java-client compile + + + org.slf4j + slf4j-api + org.glassfish.jersey.core @@ -33,6 +38,13 @@ com.yahoo.athenz athenz-zts-java-client compile + + + + org.slf4j + slf4j-api + + com.fasterxml.jackson.datatype -- cgit v1.2.3