Skip to content

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

@Aviksaikat

Description

@Aviksaikat
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions