Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Oct 4, 2024
1 parent 53fb89d commit de55919
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>

<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<swid-maven-plugin.version>0.7.0</swid-maven-plugin.version>

<vertx.version>4.5.10</vertx.version>
<swid-maven-plugin.version>0.7.0</swid-maven-plugin.version>
<oscal-cli.version>2.1.0</oscal-cli.version>
Expand Down Expand Up @@ -369,6 +371,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
<dependencies>
<dependency>
<groupId>gov.nist.secauto.swid</groupId>
<artifactId>swid-maven-plugin</artifactId>
<version>${swid-maven-plugin.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>make-assembly-bin</id>
Expand Down

0 comments on commit de55919

Please sign in to comment.