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 #1

Closed
onacit opened this issue Feb 9, 2022 · 1 comment
Closed

Fix dependency problem #1

onacit opened this issue Feb 9, 2022 · 1 comment

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
@onacit
Copy link
Author

onacit commented Feb 9, 2022

Relocated to GedMarc/GuicedEE#2

@onacit onacit closed this as completed Feb 9, 2022
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

1 participant