You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/02/13 21:44:46 UTC

[streampipes] branch dev updated (21491ef53 -> d21351d7a)

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

zehnder pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 21491ef53 Bump maven-plugin-annotations from 3.6.0 to 3.7.1
     new 867148f10 Bump ddogleg from 0.16 to 0.22
     new d21351d7a [hotfix] Remove dependency ddogleg

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                             | 6 ------
 .../streampipes-processors-image-processing-jvm/pom.xml             | 6 ------
 2 files changed, 12 deletions(-)


[streampipes] 02/02: [hotfix] Remove dependency ddogleg

Posted by ze...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit d21351d7aa7c0422b631f07ebf248c5ae8cdd28a
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Mon Feb 13 22:07:17 2023 +0100

    [hotfix] Remove dependency ddogleg
---
 pom.xml                                                             | 6 ------
 .../streampipes-processors-image-processing-jvm/pom.xml             | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index e6857b2c8..555824a09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,6 @@
 	<commons-pool2.version>2.11.1</commons-pool2.version>
 	<ditto-client.version>1.0.0</ditto-client.version>
 	<data-generator.version>1.4.1</data-generator.version>
-	<ddogleg.version>0.22</ddogleg.version>
 	<errorprone-annotations.version>2.2.0</errorprone-annotations.version>
 	<google-maps-services.version>0.10.0</google-maps-services.version>
 	<graalvm.js.version>22.3.1</graalvm.js.version>
@@ -1310,11 +1309,6 @@
                 <artifactId>boofcv-core</artifactId>
                 <version>${boofcv.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.ddogleg</groupId>
-                <artifactId>ddogleg</artifactId>
-                <version>${ddogleg.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.eclipse.ditto</groupId>
                 <artifactId>ditto-client</artifactId>
diff --git a/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml b/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml
index 9a9615eaf..45d05cad7 100644
--- a/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml
+++ b/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml
@@ -45,12 +45,6 @@
             <groupId>org.boofcv</groupId>
             <artifactId>boofcv-core</artifactId>
         </dependency>
-
-        <!-- Dependency convergence -->
-        <dependency>
-            <groupId>org.ddogleg</groupId>
-            <artifactId>ddogleg</artifactId>
-        </dependency>
     </dependencies>
 
 


[streampipes] 01/02: Bump ddogleg from 0.16 to 0.22

Posted by ze...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 867148f1021495b104e415f055008e1b29c7e627
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 10 03:04:02 2023 +0000

    Bump ddogleg from 0.16 to 0.22
    
    Bumps [ddogleg](https://github.com/lessthanoptimal/ddogleg) from 0.16 to 0.22.
    - [Release notes](https://github.com/lessthanoptimal/ddogleg/releases)
    - [Commits](https://github.com/lessthanoptimal/ddogleg/compare/v0.16...v0.22)
    
    ---
    updated-dependencies:
    - dependency-name: org.ddogleg:ddogleg
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a0e505971..e6857b2c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
 	<commons-pool2.version>2.11.1</commons-pool2.version>
 	<ditto-client.version>1.0.0</ditto-client.version>
 	<data-generator.version>1.4.1</data-generator.version>
-	<ddogleg.version>0.16</ddogleg.version>
+	<ddogleg.version>0.22</ddogleg.version>
 	<errorprone-annotations.version>2.2.0</errorprone-annotations.version>
 	<google-maps-services.version>0.10.0</google-maps-services.version>
 	<graalvm.js.version>22.3.1</graalvm.js.version>