Hello,
Could you release a stable version and check all dependencies, including transitive ones?
I'm currently using v0.8.0, the latest available version from Jitpack. I'm having the same issue with v0.7.9.
> Could not find tech.pegasys:noise-java:22.1.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/tech/pegasys/noise-java/22.1.0/noise-java-22.1.0.pom
- https://repo.maven.apache.org/maven2/tech/pegasys/noise-java/22.1.0/noise-java-22.1.0.pom
- https://jitpack.io/tech/pegasys/noise-java/22.1.0/noise-java-22.1.0.pom
Required by:
project ':app' > com.github.peergos:nabu:v0.7.9 > com.github.peergos:jvm-libp2p:0.16.6
> Could not find tech.pegasys:noise-java:22.1.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/tech/pegasys/noise-java/22.1.0/noise-java-22.1.0.pom
- https://repo.maven.apache.org/maven2/tech/pegasys/noise-java/22.1.0/noise-java-22.1.0.pom
- https://jitpack.io/tech/pegasys/noise-java/22.1.0/noise-java-22.1.0.pom
Required by:
project ':app' > com.github.peergos:nabu:v0.8.0 > com.github.peergos:jvm-libp2p:0.18.0-ipv6-mdns-wildcard
If I connect https://artifacts.consensys.net/public/maven/maven/ then I get a duplicate error
At the same time
https://github.com/ConsenSys/noise-java
or
https://mvnrepository.com/artifact/tech.pegasys/noise-java/22.1.0
But getting from maven without duplicates doesn't work, since you need to connect https://dl.cloudsmith.io/public/consensys/maven/maven/
Perhaps the problem is that you need to replace https://artifacts.consensys.net/public/maven/maven/ in the pom with https://dl.cloudsmith.io/public/consensys/maven/maven/
I hope the version and dependency issue is resolved.
Hello,
Could you release a stable version and check all dependencies, including transitive ones?
I'm currently using v0.8.0, the latest available version from Jitpack. I'm having the same issue with v0.7.9.
If I connect https://artifacts.consensys.net/public/maven/maven/ then I get a duplicate error
At the same time
https://github.com/ConsenSys/noise-java
or
https://mvnrepository.com/artifact/tech.pegasys/noise-java/22.1.0
But getting from maven without duplicates doesn't work, since you need to connect https://dl.cloudsmith.io/public/consensys/maven/maven/
Perhaps the problem is that you need to replace https://artifacts.consensys.net/public/maven/maven/ in the pom with https://dl.cloudsmith.io/public/consensys/maven/maven/
I hope the version and dependency issue is resolved.