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

merge-requests/4/head
geethkokila 9 years ago
parent ba7acabb04
commit 49ae3298f4

@ -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>

Loading…
Cancel
Save