Skip to content

Commit

Permalink
force jetty-client in invoker it tests
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Jun 27, 2024
1 parent 68e1354 commit a300420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jetty-ee10/jetty-ee10-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
<configuration>
<debug>${it.debug}</debug>
<addTestClassPath>true</addTestClassPath>
<extraArtifacts>
<extraArtifact>org.eclipse.jetty:jetty-client:${project.version}</extraArtifact>
</extraArtifacts>
<junitPackageName>org.eclipse.jetty.maven.its.ee10.runner</junitPackageName>
<scriptVariables>
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
Expand Down

0 comments on commit a300420

Please sign in to comment.