fix build issue by running mvn spotless:apply

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
Lachlan Roberts 2024-08-29 12:46:03 +10:00
parent 95547c2ac4
commit b106c935de
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
1 changed files with 2 additions and 2 deletions

View File

@ -1057,12 +1057,12 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-session-common</artifactId>
<artifactId>jetty-test-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-common</artifactId>
<artifactId>jetty-test-session-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>