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

org.eclipse.aether.transfer.ArtifactNotFoundException : The POM for org.apache.tuweni:bytes:jar:2.3.1 is missing, no dependency information available #91

Open
Aviksaikat opened this issue Jun 29, 2024 · 0 comments

Comments

@Aviksaikat
Copy link

  • pom.xml
[..]
    <repositories>
        <repository>
            <id>libp2p-jvm-libp2p</id>
            <url>https://dl.cloudsmith.io/public/libp2p/jvm-libp2p/maven/</url>
        </repository>
        <repository>
            <id>JitPack</id>
            <url>https://jitpack.io</url>
        </repository>
        <repository>
            <id>Consensys</id>
            <url>https://artifacts.consensys.net/public/maven/maven/</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>io.libp2p</groupId>
            <artifactId>jvm-libp2p</artifactId>
            <version>1.1.1-RELEASE</version>
        </dependency>
        <dependency>
            <groupId>com.google.protobuf</groupId>
            <artifactId>protobuf-java</artifactId>
            <version>4.27.2</version>
        </dependency>
        <dependency>
            <groupId>com.google.protobuf</groupId>
            <artifactId>protobuf-java-util</artifactId>
            <version>4.27.2</version>
        </dependency>
        <dependency>
            <groupId>org.web3j</groupId>
            <artifactId>core</artifactId>
            <version>4.12.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.tuweni</groupId>
            <artifactId>bytes</artifactId>
            <version>2.3.1</version> <!-- replace with latest release -->
        </dependency>
        <dependency>
            <groupId>io.tmio</groupId>
            <artifactId>tuweni-eth</artifactId>
            <version>2.4.2</version>
            <type>pom</type>
        </dependency>
        <dependency>
            <groupId>org.apache.tuweni</groupId>
            <artifactId>tuweni-bytes</artifactId> <!-- swap with the component you want -->
            <version>2.3.1</version>
        </dependency>
    </dependencies>
[...]
Could not resolve dependencies for project org.ankvik_techlabs:honeyswarm:jar:1.0-SNAPSHOT: 
org.apache.tuweni:bytes:jar:2.3.1 was not found in https://dl.cloudsmith.io/public/libp2p/jvm-libp2p/maven/ 
during a previous attempt. This failure was cached in the local repository and resolution is not reattempted 
until the update interval of libp2p-jvm-libp2p has elapsed or updates are forced
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