maven-dependency-plugin icon indicating copy to clipboard operation
maven-dependency-plugin copied to clipboard

[MDEP-964] Allowlist org.glassfish:javax.json

Open jira-importer opened this issue 1 year ago • 1 comments

Elliotte Rusty Harold opened MDEP-964 and commented

found this one in our own code:

<dependency>

  <groupId>org.glassfish</groupId>
  <artifactId>javax.json</artifactId>
  <version>1.1.4</version>
  <scope>test</scope>

</dependency> It's typically loaded by reflection so not found by the analyzer. Might want to list it as used iff javax.json-api is used


Remote Links:

jira-importer avatar Nov 09 '24 21:11 jira-importer

Michael Osipov commented

Reasonable...

jira-importer avatar Nov 10 '24 16:11 jira-importer