JScoreboards icon indicating copy to clipboard operation
JScoreboards copied to clipboard

Added <scope>dependency</scope> to dependency

Open dhruviyengar opened this issue 3 years ago • 4 comments

The discord server is filled with people with noclassdeffound, simply saved by adding the dependency scope to the dependency.

dhruviyengar avatar Nov 21 '21 18:11 dhruviyengar

I think this is a good change

Erik-For avatar Nov 21 '21 18:11 Erik-For

Can you verify that this change does resolve the exception if instructions are followed? Will merge pending that verification.

JordanOsterberg avatar Nov 23 '21 23:11 JordanOsterberg

As far as I know there are only 6 scopes:

  • compile
  • provided
  • runtime
  • test
  • system
  • import

(https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#dependency-scope)

sqlongithub avatar Dec 01 '21 14:12 sqlongithub

As far as I know there are only 6 scopes:

  • compile
  • provided
  • runtime
  • test
  • system
  • import

(https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#dependency-scope)

it actually does exist, it's to let the shade plugin know that this is a jar that needs to be shaded in

dhruviyengar avatar Dec 07 '21 03:12 dhruviyengar