Skip to content

Commit

Permalink
Fix jersey (#925)
Browse files Browse the repository at this point in the history
* revert jetty version change

* fix spacing

* bad char
  • Loading branch information
tbradellis authored Jul 11, 2022
1 parent 4f8fa44 commit 596a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/jersey-2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation(project(":agent-bridge"))
implementation(project(":newrelic-api"))\
implementation(project(":newrelic-api"))
implementation("org.glassfish.jersey.core:jersey-server:2.28")

testImplementation("com.jayway.restassured:rest-assured:2.7.0")
Expand Down

0 comments on commit 596a034

Please sign in to comment.