Skip to content

Commit

Permalink
Fixed typo in artifactId name.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Feb 3, 2023
1 parent 3d5aeee commit 7be198d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-core/jetty-session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>test</artifactId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7be198d

Please sign in to comment.