-
-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
The Maven project currently relies on oss-parent 7:
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
But:
- oss-parent 7 pulls in maven-enforcer-plugin 1.0 which is both highly outdated and dependent on a library with known CVEs
- The entire oss-parent project is "no longer active or supported"
I'm not sure what the benefit is at this point. It seems to build fine with this not set.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels