JScoreboards
JScoreboards copied to clipboard
Added <scope>dependency</scope> to dependency
The discord server is filled with people with noclassdeffound, simply saved by adding the dependency scope to the dependency.
I think this is a good change
Can you verify that this change does resolve the exception if instructions are followed? Will merge pending that verification.
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)
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