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

Cannot get 1.0.2 from https://invesdwin.de/repo/invesdwin-oss-remote/ #8

Closed
paulvi opened this issue Jun 7, 2021 · 2 comments
Closed

Comments

@paulvi
Copy link

paulvi commented Jun 7, 2021

I try to use in Maven

    <dependencies>

        <!-- https://github.com/invesdwin/invesdwin-context-python -->
        <dependency>
            <groupId>de.invesdwin</groupId>
            <artifactId>invesdwin-context-python-runtime-jep</artifactId>
            <version>1.0.2</version><!---project.version.invesdwin-context-python-parent-->
        </dependency>
    </dependencies>

    <repositories>
        <repository>
            <id>invesdwin-de-repo</id>
            <url>https://invesdwin.de/repo/invesdwin-oss-remote/</url>
        </repository>
    </repositories>

and I get

[ERROR] Failed to execute goal on project hedging-strategy-python: Could not resolve dependencies for project com.huobi.pool:hedging-strategy-python:jar:0.0.1-SNAPSHOT: Failure to find de.invesdwin:invesdwin-context-python-runtime-jep:jar:1.0.2 in https://invesdwin.de/repo/invesdwin-oss-remote/ was cached in the local repository, resolution will not be reattempted until the update interval of invesdwin-de-repo has elapsed or updates are forced -> [Help 1]

looking into nexus, I see no de.* packages at all at top

https://invesdwin.de/nexus/#browse/browse:invesdwin-oss-remote

image

or only 1.0.3 SNAPSHOTs,

image

@subes
Copy link
Contributor

subes commented Jun 7, 2021

de is on the bottom:
grafik

@subes
Copy link
Contributor

subes commented Jun 7, 2021

I have also reuploaded the artifacts directly to nexus3. The proxy to the old artifactory instance did now work because artifactory was down. I have started it up again. Notify me if any other artifacts are missing as well. Then I will reupload them as well.

Though you should be able to try again now and this specific artifact should resolve fine.

https://invesdwin.de/nexus/service/rest/repository/browse/invesdwin-oss-remote/de/invesdwin/invesdwin-context-python-runtime-jep/1.0.2/

Thanks for the report!

@subes subes closed this as completed Jun 7, 2021
@subes subes transferred this issue from subes/archive_invesdwin-context-python Oct 20, 2024
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