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 2021/06/28 19:48:48 UTC

[incubator-streampipes-extensions] branch rel/0.68.0 updated: [hotfix] Remove explicit dependency version from SP core dependency

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

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


The following commit(s) were added to refs/heads/rel/0.68.0 by this push:
     new 0bb84cd  [hotfix] Remove explicit dependency version from SP core dependency
0bb84cd is described below

commit 0bb84cdbb057bc92682725e1df029bd32ba1428f
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Mon Jun 28 21:48:34 2021 +0200

    [hotfix] Remove explicit dependency version from SP core dependency
---
 streampipes-processors-image-processing-jvm/pom.xml | 12 +++++-------
 streampipes-processors-text-mining-jvm/pom.xml      |  1 -
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/streampipes-processors-image-processing-jvm/pom.xml b/streampipes-processors-image-processing-jvm/pom.xml
index dc27d34..67bc887 100644
--- a/streampipes-processors-image-processing-jvm/pom.xml
+++ b/streampipes-processors-image-processing-jvm/pom.xml
@@ -59,6 +59,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.streampipes</groupId>
+            <artifactId>streampipes-messaging-mqtt</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.streampipes</groupId>
             <artifactId>streampipes-messaging-kafka</artifactId>
         </dependency>
         <dependency>
@@ -81,12 +85,6 @@
             <groupId>org.ddogleg</groupId>
             <artifactId>ddogleg</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.streampipes</groupId>
-            <artifactId>streampipes-messaging-mqtt</artifactId>
-            <version>0.68.0-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
     </dependencies>
 
     <build>
@@ -121,4 +119,4 @@
         <finalName>streampipes-processors-image-processing-jvm</finalName>
     </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/streampipes-processors-text-mining-jvm/pom.xml b/streampipes-processors-text-mining-jvm/pom.xml
index c9bb61e..f3d2b38 100644
--- a/streampipes-processors-text-mining-jvm/pom.xml
+++ b/streampipes-processors-text-mining-jvm/pom.xml
@@ -78,7 +78,6 @@
         <dependency>
             <groupId>org.apache.streampipes</groupId>
             <artifactId>streampipes-messaging-mqtt</artifactId>
-            <scope>compile</scope>
         </dependency>
     </dependencies>