Skip to content

Commit

Permalink
Make dependency to maven-core explicit in tycho-sbom plugin
Browse files Browse the repository at this point in the history
This dependency is indirectly contributed by CycloneDX 2.8.0, but not by
2.8.1. Given that it is required for compilation and to avoid errors
when updating this library, is it now added as an explicit dependency.

See #4085

(cherry picked from commit b41ef88)
  • Loading branch information
ptziegler committed Aug 12, 2024
1 parent cfc482c commit 12f8d35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tycho-sbom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<artifactId>maven-plugin-api</artifactId>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
</dependency>

<dependency>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
Expand Down

0 comments on commit 12f8d35

Please sign in to comment.