pkoenig10 opened a new pull request #2474: URL: https://github.com/apache/hadoop/pull/2474
`javax.servlet.jsp:jsp-api:2.1` directly contains the classes of `javax.el:el-api`. This results in duplicate classes on the classpath in projects that pull in both of these dependencies. `javax.servlet.jsp:jsp-api:2.1.1` depends on `javax.el:el-api` instead of directly containing the classes, which avoids these issues. See: - https://mvnrepository.com/artifact/javax.servlet.jsp/jsp-api/2.1 - https://mvnrepository.com/artifact/javax.servlet.jsp/jsp-api/2.1.1 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
