[
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
|
Funny, for the first time I have found
this MvnRepository feature useful, there's even 3.9.1, while
Central has just 3.7.0:
On 12/05/2026 12:47, Maxim N. via
jersey-dev wrote:
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
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
_______________________________________________
jersey-dev mailing list
jersey-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jersey-dev