Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency problem #2

Closed
onacit opened this issue Feb 9, 2022 · 7 comments
Closed

Fix dependency problem #2

onacit opened this issue Feb 9, 2022 · 7 comments

Comments

@onacit
Copy link

onacit commented Feb 9, 2022

When tried with following dependency,

      <dependency>
        <!-- https://search.maven.org/artifact/com.guicedee.services/guice -->
        <groupId>com.guicedee.services</groupId>
        <artifactId>guice</artifactId>
        <version>1.2.0.1-jre11</version>
      </dependency>

Maven complains.

Could not resolve dependencies for project ...: Failed to collect dependencies at com.guicedee.services:guice:jar:1.2.0.1-jre11: Failed to read artifact descriptor for com.guicedee.services:guice:jar:1.2.0.1-jre11: com.guicedee:versioner:pom:1.2.0.1-jre11 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

Especially

com.guicedee:versioner:pom:1.2.0.1-jre11
@GedMarc
Copy link
Owner

GedMarc commented Feb 9, 2022

@GedMarc
Copy link
Owner

GedMarc commented Feb 9, 2022

ok on changing the versioning mechanism and coordinates examples got muddled,
proper support on jdk17 took preference

@onacit
Copy link
Author

onacit commented Feb 9, 2022

Thanks. But I need to stick to 11.

@GedMarc
Copy link
Owner

GedMarc commented Feb 9, 2022

yeah 100%, the default classifier is now 11 - support for 8 is dropped -

The library compatibility tests are busy running after the last round of version updates, +- 30/60 mins

@GedMarc
Copy link
Owner

GedMarc commented Feb 9, 2022

Mentioned version updates - GuicedEE/BOM@0e883de

@GedMarc
Copy link
Owner

GedMarc commented Feb 10, 2022

there we go - https://sbom.lift.sonatype.com/report/T1-0ff0976f7f21c391f20f-a59249c7b34fe-1644491884-531dba339c6f453e8d8af3d83356ee28

Seems to be taking forever to sync though, will be up soon

@GedMarc GedMarc closed this as completed Feb 10, 2022
@GedMarc
Copy link
Owner

GedMarc commented Feb 10, 2022

https://search.maven.org/artifact/com.guicedee.services/guice/1.2.2.1/jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants