Skip to content

Commit

Permalink
fix: Applied jmx-api 1.1-rev-1 to resolve the build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsidhwani-nr committed Sep 28, 2023
1 parent 0955576 commit ca624ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomikos-jms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'java'

dependencies {
compile 'com.atomikos:transactions-jms:3.9.3'
compile 'javax.jms:jms:1.1'
compile 'javax.jms:jms-api:1.1-rev-1'

// New Relic Labs Java Agent dependencies
implementation 'com.newrelic.agent.java:newrelic-agent:6.0.0'
Expand All @@ -28,4 +28,4 @@ verifyInstrumentation {
// Example:
// passes 'javax.servlet:servlet-api:[2.2,2.5]'
// exclude 'javax.servlet:servlet-api:2.4.public_draft'
}
}

0 comments on commit ca624ba

Please sign in to comment.