Skip to content

Commit

Permalink
Use correct Jakarta API artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alitokmen committed Mar 1, 2025
1 parent 0c5e7d9 commit 4bd3c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ public EmbeddedContainerArtifactResolver(ArtifactResolver artifactResolver,

List<Dependency> jetty12xDependencies = new ArrayList<Dependency>();
jetty12xDependencies.add(
new Dependency("org.eclipse.jetty.toolchain", "jetty-jakarta-servlet-api", "6.0.0"));
new Dependency("jakarta.servlet", "jakarta.servlet-api", "6.0.0"));
jetty12xDependencies.add(new Dependency("org.slf4j", "slf4j-api", "2.0.16"));
jetty12xDependencies.add(
new Dependency("org.eclipse.jetty", "jetty-slf4j-impl", "12.0.16"));
Expand Down

0 comments on commit 4bd3c8a

Please sign in to comment.