Fixing the build failure due to neethi bundle being plugged in to web app lib folder

This commit is contained in:
geethkokila 2015-12-09 20:06:28 +05:30
parent ba7acabb04
commit 49ae3298f4

View File

@ -160,6 +160,18 @@
<artifactId>json-simple</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.neethi.wso2</groupId>
<artifactId>neethi</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>