Skip to content

Commit

Permalink
add dependency that has bundle packaging #259
Browse files Browse the repository at this point in the history
Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
  • Loading branch information
hboutemy committed Feb 4, 2023
1 parent 723f0b4 commit a67bee2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/it/makeBom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
<artifactId>cyclonedx-core-java</artifactId>
<version>7.2.1</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.8.4</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a67bee2

Please sign in to comment.