Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This is the same issue that we had sometime back. Recent changes to pom files are pulling a problematic jar servlet-api-2.5.jar.
+- com.mapr.fs:mapr-hbase:jar:4.1.0-mapr:compile
.....
[INFO] | +- org.apache.hbase:hbase-server:jar:0.98.9-mapr-1503:compile
[INFO] | | +- (org.apache.hbase:hbase-common:jar:0.98.9-mapr-1503:compile - omitted for conflict with 0.98.9-mapr-1503-m7-4.1.0)
.....
[INFO] | | +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.14:compile
We already have an maven enforcer to detect servlet-api jars, but this one has a slightly different artifact id name servlet-api-2.5 which is not detected by the maven enforcer.
Attachments
Attachments
Issue Links
- is part of
-
DRILL-2841 Web UI very slow in a multi node machine
- Closed