Samourai-Wallet / whirlpool-client-cli

Command line Whirlpool client
Other
16 stars 13 forks source link

The following artifacts could not be resolved: com.msopentech.thali:java:jar:0.0.3, com.msopentech.thali:universal:jar:0.0.3 #8

Open mikispag opened 5 years ago

mikispag commented 5 years ago

mvn clean install -Dmaven.test.skip=true -U

[...]
Downloading from central: https://repo.maven.apache.org/maven2/com/msopentech/thali/java/0.0.3/java-0.0.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/msopentech/thali/universal/0.0.3/universal-0.0.3.jar

[ERROR] Failed to execute goal on project whirlpool-client-cli: Could not resolve dependencies for project com.github.Samourai-Wallet:whirlpool-client-cli:jar:0.7.1: The following artifacts could not be resolved: com.msopentech.thali:java:jar:0.0.3, com.msopentech.thali:universal:jar:0.0.3: Could not find artifact com.msopentech.thali:java:jar:0.0.3 in jitpack.io (https://jitpack.io)

Both packages look missing.

zeroleak commented 5 years ago

oh yes, you have to build it yourself from https://github.com/thaliproject/Tor_Onion_Proxy_Library I'll put it on maven asap

P.S: I had to use android studio to build this dependency

mosh5382 commented 4 years ago

@zeroleak

This issue is still present with the Tor_Onion_Proxy_Library dependency. I was able to build the Tor_Onion_Proxy_Library dependency as you described above.

I then received an error for this dependency:

https://repo.spring.io/plugins-release/net/freehaven/tor/control/jtorctl/0.2/

I changed the URL in pom.xml to https rather than http and the build completed successfully:

    <repository>
        <id>spring-plugins</id>
        <url>https://repo.spring.io/plugins-release/</url>
    </repository>
zeroleak commented 4 years ago

@mosh5382 thx! CLI pom updated with https. I hope to get Tor_Onion_Proxy_Library on maven soon.