Fixed POM dependency.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2023-08-17 17:15:52 +02:00
parent 4c9679c5b3
commit cab3128d53
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<groupId>org.eclipse.jetty.ee9</groupId>
<artifactId>jetty-ee9-annotations</artifactId>
<scope>test</scope>
</dependency>
</dependencies>