Skip to content

Commit

Permalink
Merge pull request #917 from newrelic/wildfly-8-jakarta
Browse files Browse the repository at this point in the history
Update wildfly-8 dependencies
  • Loading branch information
jasonjkeller authored Jul 8, 2022
2 parents bb3f0af + 0aa4de3 commit 8da96dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions instrumentation/wildfly-8/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

dependencies {
implementation(project(":agent-bridge"))
implementation("javax.servlet:javax.servlet-api:3.0.1")
// 1.0 Final for the 8.0 wildfly release
implementation("io.undertow:undertow-servlet:1.0.0.Final")
implementation("io.undertow:undertow-core:1.0.0.Final")
implementation("org.jboss.logging:jboss-logging:3.1.0.GA")
implementation("jakarta.servlet:jakarta.servlet-api:4.0.4")
implementation("io.undertow:undertow-servlet:2.2.18.Final")
implementation("io.undertow:undertow-core:2.2.18.Final")
implementation("org.jboss.logging:jboss-logging:3.5.0.Final")
}

jar {
Expand All @@ -20,4 +19,4 @@ site {
title 'Wildfly'
type 'Appserver'
versionOverride '[8.0.0.Final,)'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import javax.servlet.AsyncListener;

import com.newrelic.agent.bridge.AgentBridge;
import com.newrelic.agent.bridge.Transaction;
import com.newrelic.api.agent.weaver.CatchAndLog;

public final class AsyncListenerFactory {
Expand Down

0 comments on commit 8da96dd

Please sign in to comment.