Skip to content

Commit

Permalink
Fix expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Mar 30, 2022
1 parent 5b6c9d6 commit c3904d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ task verifyJar(type: VerifyJarTask) {
"httpmime-${project.versions.apacheHttpComponents}.jar",
"istack-commons-runtime-3.0.7.jar",
"j2objc-annotations-1.3.jar",
"jackson-annotations-${project.versions.jackson}.jar",
"jackson-core-${project.versions.jackson}.jar",
"jackson-databind-${project.versions.jackson}.jar",
"jackson-annotations-2.13.2.jar",
"jackson-core-2.13.2.jar",
"jackson-databind-2.13.2.2.jar",
"javax.activation-api-1.2.0.jar",
"javax.annotation-api-${project.versions.javaxAnnotation}.jar",
"javax.inject-1.jar",
Expand Down

0 comments on commit c3904d4

Please sign in to comment.