Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] 4.x fails to build: groovy-eclipse-compiler 3.9.0 does not exist on Maven Central

Hello Markus,

it should be taken from 

<pluginRepositories>
<!-- This is because the groovy-compiler is several versions behind on Maven Central -->
<pluginRepository>
<id>groovy-plugins-release</id>
<url>https://groovy.jfrog.io/artifactory/plugins-release</url>
</pluginRepository>
</pluginRepositories>
The reference to it is in test-framework/maven/container-runner-maven-plugin/pom.xml

But I'm not sure why exactly the jersey-container-grizzly2-http module fails. It has no references to Groovy. 

Regards,
Maxim

po 11. 5. 2026 v 9:57 odesílatel Markus KARG via jersey-dev <jersey-dev@xxxxxxxxxxx> napsal:
Fellow Committers!

Just noticed that `mvn -pl :jersey-contaoner-grizzly2-http packge` fails
because dependency groovy-eclipse-compiler 3.9.0 is missing in Maven
Central (the latest version found there is 3.7.0).

Where to take 3.9.0 from so I can finish my contribution?

Thanks!

-Markus


_______________________________________________
jersey-dev mailing list
jersey-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jersey-dev

Back to the top