Skip to content

Commit

Permalink
fix: add missing test dependency - meed-io/MIPs#134
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenarie committed Aug 23, 2024
1 parent ea0b7aa commit fd7d649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions agenda-connectors-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<artifactId>social-component-service</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.meeds.pwa</groupId>
<artifactId>pwa-service</artifactId>
<scope>test</scope>
</dependency>

<!-- Google -->
<dependency>
Expand Down

0 comments on commit fd7d649

Please sign in to comment.