Skip to content

Commit

Permalink
Merge pull request #940 from newrelic/webshpere-jakarta
Browse files Browse the repository at this point in the history
Update was liberty dependency
  • Loading branch information
jasonjkeller authored Jul 18, 2022
2 parents 5a8bb77 + d837986 commit 8f3bcff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation(project(":agent-bridge"))
implementation("javax.servlet:javax.servlet-api:3.0.1")
implementation('jakarta.servlet:jakarta.servlet-api:4.0.4')
implementation(fileTree(include: ["*.jar"], dir: "lib"))
}

Expand All @@ -25,4 +25,4 @@ site {
title 'WebSphere Liberty'
type 'Appserver'
versionOverride '[8.5,)'
}
}

0 comments on commit 8f3bcff

Please sign in to comment.