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 dependency 'net.sf.jargs' maybe useless #263

Open
WeiYuanStudio opened this issue Nov 15, 2021 · 0 comments
Open

The dependency 'net.sf.jargs' maybe useless #263

WeiYuanStudio opened this issue Nov 15, 2021 · 0 comments

Comments

@WeiYuanStudio
Copy link

I want import ttorrent to my project , by I found gradle build error.

Could not find net.sf:jargs:1.0.
Required by:
    project : > com.turn:ttorrent:1.4

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

These line in pom.xml maybe can remove ?

  <dependency>
      <groupId>net.sf</groupId>
      <artifactId>jargs</artifactId>
      <version>1.0</version>
  </dependency>

https://github.com/mpetazzoni/ttorrent/blob/master/pom.xml#L126-L130

Thank you !

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