change the scope of javax.servlet:servlet-api to "provided" to avoid
[vfc/nfvo/wfengine.git] / 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>