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
  • Loading branch information
ptziegler authored and laeubi committed Aug 12, 2024
1 parent 3449471 commit b41ef88
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 b41ef88

Please sign in to comment.