aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiuchao Wu <xiuchao.wu@huawei.com>2016-09-21 11:13:27 +0100
committerXiuchao Wu <xiuchao.wu@huawei.com>2016-09-21 11:13:27 +0100
commit06778569c31d3b880dd1348b145c583bed950945 (patch)
treed2d67fc990074dce845373e930f1f9dfb57195b4
parent8f9daf8d7d866da5d7108bdf9a3bdfef25e5c7fb (diff)
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 <xiuchao.wu@huawei.com>
-rw-r--r--common-util/pom.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.stephenc.jcip</groupId>