Skip to content

Instantly share code, notes, and snippets.

@pdeva
Last active June 26, 2018 22:42
Show Gist options
  • Save pdeva/9640e20cca3e1a92e95a8159c84c773c to your computer and use it in GitHub Desktop.
Save pdeva/9640e20cca3e1a92e95a8159c84c773c to your computer and use it in GitHub Desktop.
<!-- 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