ring-clojure / ring-defaults

A library to provide sensible Ring middleware defaults
MIT License
345 stars 32 forks source link

Update servlet-api dependency to javax.servlet-api #19

Closed Sharpie closed 7 years ago

Sharpie commented 7 years ago

This patch updates the dependency on javax.servlet/servlet-api to javax.servlet/javax.servlet-api along with a version bump.

Sharpie commented 7 years ago

From Maven history, it looks like the servlet-api artifact was re-named to javax.servlet-api sometime in 2011.

weavejester commented 7 years ago

Thanks! Can you remove the extra lines from the commit message? Something like:

Update servlet-api dependency

Should be fine.

Sharpie commented 7 years ago

Done!

Sharpie commented 7 years ago

@weavejester Any other updates needed for this PR?

Sharpie commented 7 years ago

Any updates needed for this? Getting the dependency updated would allow us to clean up some exclusions in downstream projects.

weavejester commented 7 years ago

Sorry, this slipped off the bottom of my TODO list. Merging now...