Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As part of the build refactoring, the notional "provided" jars in earlier builds are no longer copied into the distribution zips. Applies to:
javax.servlet.jsp-api-2.3.3.jar javax.servlet-api-4.0.1.jar
While this is conceptually a breaking change, it better honors the "provided" concept since these apis will be available in whatever servlet/api implementation is being used.
Note, the groovy-servlet pom already has those dependencies marked as provided scope. This is just about no longer bundling those dependent jars in the distribution zip.
Attachments
Issue Links
- is a clone of
-
GROOVY-9773 Rework gradle build to use modern conventions
- Closed