[MARMOTTA-607] classpath issues
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/4708f486 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/4708f486 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/4708f486 Branch: refs/heads/MARMOTTA-588 Commit: 4708f4865835db91ce41bd97b7da8b9b5897ee1c Parents: 82caca5 Author: Raffaele Palmieri <[email protected]> Authored: Wed Apr 8 14:41:34 2015 +0200 Committer: Raffaele Palmieri <[email protected]> Committed: Wed Apr 8 14:41:34 2015 +0200 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/4708f486/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index 132295a..843e45b 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -300,6 +300,14 @@ <groupId>javax.servlet.jsp</groupId> <artifactId>*</artifactId> </exclusion> + <exclusion> + <groupId>javax.servlet.jsp</groupId> + <artifactId>*</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jersey</groupId> + <artifactId>*</artifactId> + </exclusion> </exclusions> </dependency> </dependencies>
