Skip to content

Commit

Permalink
Fix failing CI by adding com.sun.tools.attach dep (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
billonahill authored Feb 3, 2021
1 parent 5c8a56b commit 711e04e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
<version>3.0.0</version>
<optional>true</optional>
</dependency>
<!-- needed for org.jmxtrans.agent.DynamicallyAgentAttacher if not using oracle JDK -->
<dependency>
<groupId>io.earcam.wrapped</groupId>
<artifactId>com.sun.tools.attach</artifactId>
<version>1.8.0_jdk8u162-b12</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down

0 comments on commit 711e04e

Please sign in to comment.