Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excluding servlet-related dependencies (geonetwork#1912)
These jars should be provided by the servlet container. Note: If Hadoop transitively requires jetty + jetty:jsp-api + servlet-api (in wfsfeature-harvester subproject), there is probably a good reason for this. I preferred to exclude the dependencies from the web/pom.xml instead of acting on each maven subprojects. Note 2: some classes actually require the servlet-api jar, so I added it as a dependency, but keeping it away from the resulting artifact using the 'provided' scope. Tests: compilation + runtime on web, no issue so far.
- Loading branch information