force jetty-client in invoker it tests

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-06-27 12:01:27 +10:00 committed by Ludovic Orban
parent 4aaada0910
commit ddfc47c122
No known key found for this signature in database
GPG Key ID: 3D146A4A1C58367E
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,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.ee9.runner</junitPackageName>
<scriptVariables>
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>