Skip to content

Commit

Permalink
fix: restore plexus-utils dependency
Browse files Browse the repository at this point in the history
Motivation:

Compilation succeeds but runtime fails.
Maven weirdness.
  • Loading branch information
slandelle committed Feb 6, 2024
1 parent 97fa926 commit 80233dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<maven3.version>3.0</maven3.version>
<header.basedir>${project.basedir}</header.basedir>
<junit.version>5.10.1</junit.version>
<plexus-utils.version>4.0.0</plexus-utils.version>
<gatling-enterprise-plugin-commons.version>1.9.0-M7</gatling-enterprise-plugin-commons.version>

<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
Expand Down Expand Up @@ -78,6 +79,11 @@
<version>${maven3.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexus-utils.version}</version>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-enterprise-plugin-commons</artifactId>
Expand Down

0 comments on commit 80233dc

Please sign in to comment.