This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch update-tests-in-maven-plugin
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/update-tests-in-maven-plugin
by this push:
new deff4e710c Fix dependency convergence
deff4e710c is described below
commit deff4e710c7d9ee33090ce8bfe06ce76640a7510
Author: Dominik Riemer <[email protected]>
AuthorDate: Wed Feb 12 11:57:18 2025 +0100
Fix dependency convergence
---
streampipes-maven-plugin/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/streampipes-maven-plugin/pom.xml b/streampipes-maven-plugin/pom.xml
index 610f26677b..2e5cb788ea 100644
--- a/streampipes-maven-plugin/pom.xml
+++ b/streampipes-maven-plugin/pom.xml
@@ -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>