add direct dependency

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-09-10 09:02:52 +10:00
parent 4b40aa7116
commit b54ba94a82
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
2 changed files with 5 additions and 1 deletions

View File

@ -247,7 +247,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven.jar.plugin.version}</version>
<executions>
<execution>
<goals>

View File

@ -71,6 +71,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-distribution-common</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>