Hello Ryan, I also see deps listed as `compile` scoped, but they don't get picked up as in your setup.
<img width="1616" alt="screen shot 2018-09-05 at 19 58 23" src="https://user-images.githubusercontent.com/299781/45111783-1b617900-b146-11e8-8ede-4a1558ad9c50.png"> I don't really understand idea internals. The plugin adds deps to PROVIDED scope. https://github.com/spring-gradle-plugins/propdeps-plugin/blob/master/src/main/groovy/io/spring/gradle/propdeps/PropDepsIdeaPlugin.groovy Also, the plugin authors list few relevant issues in the javadoc: http://youtrack.jetbrains.com/issue/IDEA-107046 http://youtrack.jetbrains.com/issue/IDEA-117668 Applying the plugin solves the problem. I hope this will helps. D. [ Full content available at: https://github.com/apache/beam/pull/6329 ] This message was relayed via gitbox.apache.org for [email protected]
