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

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 this issue Jul 12, 2019 · 3 comments

Comments

@mikispag
Copy link

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
Copy link
Contributor

zeroleak commented Jul 12, 2019

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
Copy link

mosh5382 commented Apr 4, 2020

@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 added a commit that referenced this issue Apr 4, 2020
@zeroleak
Copy link
Contributor

zeroleak commented Apr 4, 2020

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

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

3 participants