change the scope of javax.servlet:servlet-api to "provided" to avoid
authorXiuchao Wu <xiuchao.wu@huawei.com>
Wed, 21 Sep 2016 10:13:27 +0000 (11:13 +0100)
committerXiuchao Wu <xiuchao.wu@huawei.com>
Wed, 21 Sep 2016 10:13:27 +0000 (11:13 +0100)
distributing this package (GPL license) with Open-O

Change-Id: I93687663c03ef6a6cded0c78b780648a31372817
Signed-off-by: Xiuchao Wu <xiuchao.wu@huawei.com>
common-util/pom.xml

index 2749380..b1dfac5 100644 (file)
@@ -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>