Skip to content

Commit

Permalink
Fixing pom per spotless rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Feb 1, 2024
1 parent 6114cbc commit 7bf0e80
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions embedded/ee10-file-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-servlet</artifactId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<version>${jetty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-servlet</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
Expand All @@ -35,7 +33,6 @@
<version>${jetty-test-helper.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 7bf0e80

Please sign in to comment.