You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/04/26 09:44:05 UTC

[incubator-streampipes-extensions] branch rel/0.66.0 updated: Resolve dependency convergence problem in image-processing-jvm module

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/rel/0.66.0 by this push:
     new 7fc2721  Resolve dependency convergence problem in image-processing-jvm module
7fc2721 is described below

commit 7fc272190441ef33d9b611453e96d4a122f1f701
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun Apr 26 11:43:48 2020 +0200

    Resolve dependency convergence problem in image-processing-jvm module
---
 streampipes-processors-image-processing-jvm/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/streampipes-processors-image-processing-jvm/pom.xml b/streampipes-processors-image-processing-jvm/pom.xml
index 88caf34..502c448 100644
--- a/streampipes-processors-image-processing-jvm/pom.xml
+++ b/streampipes-processors-image-processing-jvm/pom.xml
@@ -75,6 +75,13 @@
             <groupId>org.boofcv</groupId>
             <artifactId>boofcv-core</artifactId>
         </dependency>
+
+        <!-- Dependency convergence -->
+        <dependency>
+            <groupId>org.ddogleg</groupId>
+            <artifactId>ddogleg</artifactId>
+            <version>0.16</version>
+        </dependency>
     </dependencies>
 
     <build>