Skip to content

Commit

Permalink
Fix dependency convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Feb 12, 2025
1 parent d9840e7 commit deff4e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions streampipes-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>

</dependencyManagement>
Expand Down

0 comments on commit deff4e7

Please sign in to comment.