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/05/05 13:46:25 UTC

[incubator-streampipes-extensions] branch s7 updated: Modify connect pom, add ASF snapshot repo to parent pom

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

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


The following commit(s) were added to refs/heads/s7 by this push:
     new 937da21  Modify connect pom, add ASF snapshot repo to parent pom
937da21 is described below

commit 937da215e34db813961989d466a46e0d77ac09f9
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue May 5 15:46:08 2020 +0200

    Modify connect pom, add ASF snapshot repo to parent pom
---
 pom.xml                              | 11 +++++++++++
 streampipes-connect-adapters/pom.xml |  9 +--------
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4e4219..863a623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -626,6 +626,17 @@
         </plugins>
     </build>
 
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>https://repository.apache.org/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
 
     <scm>
         <developerConnection>scm:git:ssh://git@github.com/apache/incubator-streampipes-extensions.git</developerConnection>
diff --git a/streampipes-connect-adapters/pom.xml b/streampipes-connect-adapters/pom.xml
index c83e82b..b7f79c5 100644
--- a/streampipes-connect-adapters/pom.xml
+++ b/streampipes-connect-adapters/pom.xml
@@ -56,13 +56,12 @@
         <slack.version>1.2.0</slack.version>
     </properties>
 
-    <dependencyManagement>
         <dependencies>
             <!-- StreamPipes dependencies -->
             <dependency>
                 <groupId>org.apache.streampipes</groupId>
                 <artifactId>streampipes-connect-container-worker</artifactId>
-                <version>${streampipes.version}</version>
+                <version>0.67.0-SNAPSHOT</version>
             </dependency>
 
             <!-- External dependencies -->
@@ -150,11 +149,6 @@
                 <artifactId>fluent-hc</artifactId>
             </dependency>
             <dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-milo</artifactId>
-                <version>${camel.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
                 <version>${commons-compress.version}</version>
@@ -287,7 +281,6 @@
                 <scope>test</scope>
             </dependency>
         </dependencies>
-    </dependencyManagement>
 
     <build>
         <pluginManagement>