Skip to content

Commit

Permalink
initial checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre committed Apr 25, 2022
1 parent 46b9a51 commit e8cdf46
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions r2dbc-proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
apply plugin: 'java'

dependencies {
// Declare a dependency on each JAR you want to instrument
// Example:
// implementation 'javax.servlet:servlet-api:2.5'
implementation 'io.r2dbc:r2dbc-proxy:0.8.4.RELEASE'

// New Relic Java Agent dependencies
implementation 'com.newrelic.agent.java:newrelic-agent:6.4.0'
Expand All @@ -25,9 +23,5 @@ jar {
}

verifyInstrumentation {
// Verifier plugin documentation:
// https://github.com/newrelic/newrelic-gradle-verify-instrumentation
// Example:
// passes 'javax.servlet:servlet-api:[2.2,2.5]'
// exclude 'javax.servlet:servlet-api:2.4.public_draft'
passes 'io.r2dbc:r2dbc-proxy:[0.8.3.RELEASE,)'
}

0 comments on commit e8cdf46

Please sign in to comment.