Skip to content

Commit

Permalink
Added missing coverage projects to Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Mar 10, 2024
1 parent bc7b061 commit 62e4d4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jacoco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
<artifactId>cqrs-4-java-esc</artifactId>
</dependency>

<dependency>
<groupId>org.fuin.cqrs4j</groupId>
<artifactId>cqrs-4-java-jaxb</artifactId>
</dependency>

<dependency>
<groupId>org.fuin.cqrs4j</groupId>
<artifactId>cqrs-4-java-jsonb</artifactId>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 62e4d4d

Please sign in to comment.