Skip to content

Instantly share code, notes, and snippets.

@jdmwood
Last active June 26, 2019 15:32
Show Gist options
  • Save jdmwood/fc5fad7a1b39d2ef81d53d4c3753376a to your computer and use it in GitHub Desktop.
Save jdmwood/fc5fad7a1b39d2ef81d53d4c3753376a to your computer and use it in GitHub Desktop.
<dependencies>
...
<!-- Required so we can dynamically inject the Jacoco jar into our container -->
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier>
<version>0.8.4</version>
<scope>test</scope>
</dependency>
...
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment