From 06778569c31d3b880dd1348b145c583bed950945 Mon Sep 17 00:00:00 2001 From: Xiuchao Wu Date: Wed, 21 Sep 2016 11:13:27 +0100 Subject: [PATCH] change the scope of javax.servlet:servlet-api to "provided" to avoid distributing this package (GPL license) with Open-O Change-Id: I93687663c03ef6a6cded0c78b780648a31372817 Signed-off-by: Xiuchao Wu --- common-util/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/common-util/pom.xml b/common-util/pom.xml index 2749380..b1dfac5 100644 --- a/common-util/pom.xml +++ b/common-util/pom.xml @@ -69,6 +69,7 @@ javax.servlet servlet-api 2.5 + provided com.github.stephenc.jcip -- 2.16.6