cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Do not export Groovy as a dependency #187

Closed musketyr closed 8 months ago

musketyr commented 8 months ago

If the developers are using Groovy, they already have the dependency on the classpath. Not exporting Groovy dependency helps to resolve the issue of using Ersatz with Groovy 3.x because otherwise there is a conflict between the Groovy 3.x and Groovy 4.x on the classpath.

cjstehno commented 8 months ago

Thanks, I'll take a look at this in a few days and get a release out.

musketyr commented 8 months ago

thank you too. Any chance to get a release as well soon?

cjstehno commented 8 months ago

Yes, next week.

On Mon, Jan 22, 2024, 1:08 AM Vladimir Orany @.***> wrote:

thank you too. Any chance to get a release as well soon?

— Reply to this email directly, view it on GitHub https://github.com/cjstehno/ersatz/pull/187#issuecomment-1903382661, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABMYKRMARFUHIWEY223PSLYPYF7BAVCNFSM6AAAAABBXXX7NKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBTGM4DENRWGE . You are receiving this because you modified the open/close state.Message ID: @.***>

cjstehno commented 7 months ago

This is in the 4.0.1 release, published this morning - it may take some time to work its way through all the sonatype bits.