Attila Doroszlai created HDDS-6507:
--------------------------------------
Summary: Spotbugs transitive dependencies may result in
NoClassDefFound error
Key: HDDS-6507
URL: https://issues.apache.org/jira/browse/HDDS-6507
Project: Apache Ozone
Issue Type: Bug
Components: build
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
The following transitive dependency allows using classes from {{commons-lang}}
instead of {{commons-lang3}}. Code compiles fine, but dependency is not
available at runtime, resulting in {{NoClassDefFoundError}}.
{code}
\- com.github.spotbugs:spotbugs:jar:3.1.12:provided
...
+- commons-lang:commons-lang:jar:2.6:provided
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]