diff options
author | Xiuchao Wu <xiuchao.wu@huawei.com> | 2016-09-21 11:13:27 +0100 |
---|---|---|
committer | Xiuchao Wu <xiuchao.wu@huawei.com> | 2016-09-21 11:13:27 +0100 |
commit | 06778569c31d3b880dd1348b145c583bed950945 (patch) | |
tree | d2d67fc990074dce845373e930f1f9dfb57195b4 /common-util | |
parent | 8f9daf8d7d866da5d7108bdf9a3bdfef25e5c7fb (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>
Diffstat (limited to 'common-util')
-rw-r--r-- | common-util/pom.xml | 1 |
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> |