openrewrite / rewrite-analysis

OpenRewrite recipes for data flow analysis.
Apache License 2.0
8 stars 8 forks source link

Replace recipe resource dependencies with normal test dependencies #14

Closed knutwannheden closed 1 year ago

knutwannheden commented 1 year ago

Since neither of the two recipe resource dependencies are used in any of the production code, I don't think there is much point in managing them that way. There is also a downside to it: They end up in the artifact deployed to Maven Central, which both adds to the artifacts size and the risk of them triggering CVE tools (like Nexus), even though they may never get used in the production code.

Fixes: #13

JLLeitschuh commented 1 year ago

Related: https://github.com/openrewrite/rewrite-build-gradle-plugin/issues/17

knutwannheden commented 1 year ago

Hmm. I will take a look.

knutwannheden commented 1 year ago

Does the + in Gradle versions only work when at the end? Looks that way.

JLLeitschuh commented 1 year ago

Thanks for the contribution!