From fa58d74addfacc4ccf40ba6591a87935cb496cd2 Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Mon, 5 Oct 2009 17:56:22 +0000 Subject: [PATCH] NOJIRA relation service client pom fixed. slf4j dependencies should be declared on the top for logs to appear. --- services/relation/client/pom.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/services/relation/client/pom.xml b/services/relation/client/pom.xml index c1265e90c..48261257d 100644 --- a/services/relation/client/pom.xml +++ b/services/relation/client/pom.xml @@ -16,6 +16,17 @@ services.relation.client + + + org.slf4j + slf4j-api + test + + + org.slf4j + slf4j-log4j12 + test +