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 2022/03/02 12:35:31 UTC

[incubator-streampipes] branch rel/0.69.0 updated: [hotfix] Remove maven-invoker dependency

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

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


The following commit(s) were added to refs/heads/rel/0.69.0 by this push:
     new 27bab41  [hotfix] Remove maven-invoker dependency
27bab41 is described below

commit 27bab4120f5312fa58a5120a36958b2ff018a146
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Mar 2 13:35:20 2022 +0100

    [hotfix] Remove maven-invoker dependency
---
 streampipes-pipeline-management/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/streampipes-pipeline-management/pom.xml b/streampipes-pipeline-management/pom.xml
index 52bf775..ee44df5 100644
--- a/streampipes-pipeline-management/pom.xml
+++ b/streampipes-pipeline-management/pom.xml
@@ -118,10 +118,6 @@
             <artifactId>commons-io</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-invoker</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.jgrapht</groupId>
             <artifactId>jgrapht-core</artifactId>
         </dependency>