From b9ad25bcfc5f36943d099bd58998e9f561fcb71b Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Fri, 20 Mar 2009 15:30:40 +0000 Subject: [PATCH] Change JCIP dependency scope to "provided" to prevent transitive dependencies git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@756531 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 16a55f94d..453da2e20 100644 --- a/pom.xml +++ b/pom.xml @@ -391,8 +391,12 @@ net.jcip jcip-annotations 1.0 - - true + + provided