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:31 UTC

[incubator-streampipes-extensions] branch dev 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 dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


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

commit 32892bdc4e41d613b7db4cdf5849be6b9e14d9a3
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 87fc781..82919b5 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>