GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
319 stars 59 forks source link

Move servlet / jsp libs to be provided dependencies of the AE dev server #1056

Closed etanshaul closed 7 years ago

etanshaul commented 7 years ago

Currently we add these libraries to the project's classpath.

It would be nice to instead add them to the app engine dev server's runtime as provided dependecies:

image

This would also prevent classpath collision errors when trying to run the project in another container which already provides these libs.

@akerekes (from the eclipse side)

etanshaul commented 7 years ago

closing. dup of https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/1042