Skip to content

Commit 508dc83

Browse files
committed
Jetty modules got their "-jakarta" suffix stripped
1 parent be6e7d9 commit 508dc83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bootique-mvc-freemarker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</dependency>
7575
<dependency>
7676
<groupId>io.bootique.jetty</groupId>
77-
<artifactId>bootique-jetty-jakarta-junit5</artifactId>
77+
<artifactId>bootique-jetty-junit5</artifactId>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>

bootique-mvc-mustache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</dependency>
7575
<dependency>
7676
<groupId>io.bootique.jetty</groupId>
77-
<artifactId>bootique-jetty-jakarta-junit5</artifactId>
77+
<artifactId>bootique-jetty-junit5</artifactId>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</dependency>
6767
<dependency>
6868
<groupId>io.bootique.jetty</groupId>
69-
<artifactId>bootique-jetty-jakarta-junit5</artifactId>
69+
<artifactId>bootique-jetty-junit5</artifactId>
7070
<version>${project.version}</version>
7171
</dependency>
7272
<dependency>

0 commit comments

Comments
 (0)