Last active
June 26, 2018 22:42
-
-
Save pdeva/9640e20cca3e1a92e95a8159c84c773c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- VERSION is the version of the agent you wish to use --> | |
<dependency> | |
<groupId>com.dripstat</groupId> | |
<artifactId>apm-agent</artifactId> | |
<version>VERSION</version> | |
<scope>provided</scope> | |
<exclusions> | |
<exclusion> | |
<groupId>*</groupId> | |
<artifactId>*</artifactId> | |
</exclusion> | |
</exclusions> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment