eclipse-ee4j / eclipse-ee4j/jersey
Using outdated maven repos makes builds slow
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
org.glassfish.jersey:project has a dependency on org.glassfish.hk2:osgi-resource-locator:1.0.1 which is a seriously outdated version that references a repository that no longer exists (http://maven.glassfish.org/content/groups/glassfish) making all runs of the maven dependency plugins seriously slow.
The dependency should be updated to the latest osgi-resource-locator, if possible. That one currently has a similar problem with an invalid Spring repo that i'll file a bug for, but solving this on Jersey would at least it solve one of the buggy repo references.
Contributor guide
Assessment
This issue has not been assessed yet.