Skip to content

Commit

Permalink
Add tools to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Aug 29, 2019
1 parent d6cd936 commit 3604767
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions reports/jacoco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,26 @@
<artifactId>plugs-spring</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>pl.wavesoftware.plugs.tools</groupId>
<artifactId>plugs-maven-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>pl.wavesoftware.plugs.tools</groupId>
<artifactId>plugs-packager-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>pl.wavesoftware.plugs.tools</groupId>
<artifactId>plugs-packager-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>pl.wavesoftware.plugs.tools</groupId>
<artifactId>plugs-packager-samples</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 3604767

Please sign in to comment.