Closed Sharpie closed 7 years ago
From Maven history, it looks like the servlet-api
artifact was re-named to javax.servlet-api
sometime in 2011.
Thanks! Can you remove the extra lines from the commit message? Something like:
Update servlet-api dependency
Should be fine.
Done!
@weavejester Any other updates needed for this PR?
Any updates needed for this? Getting the dependency updated would allow us to clean up some exclusions in downstream projects.
Sorry, this slipped off the bottom of my TODO list. Merging now...
This patch updates the dependency on
javax.servlet/servlet-api
tojavax.servlet/javax.servlet-api
along with a version bump.