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/01/09 13:22:01 UTC

[incubator-streampipes-extensions] branch dev updated: [STREAMPIPES-268] Update Maven dependencies

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 59ede52  [STREAMPIPES-268] Update Maven dependencies
59ede52 is described below

commit 59ede527477131bc9a163e61b5f85cd6e46590af
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Jan 9 14:21:50 2021 +0100

    [STREAMPIPES-268] Update Maven dependencies
---
 pom.xml                                 | 20 +++++++++++++++-----
 streampipes-sinks-brokers-jvm/pom.xml   |  8 +++++++-
 streampipes-sinks-databases-jvm/pom.xml |  6 +++++-
 3 files changed, 27 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index e33d811..b3caab4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,8 @@
         <amqp-client.version>4.1.0</amqp-client.version>
         <animal-sniffer-annotations.version>1.17</animal-sniffer-annotations.version>
         <boofcv.version>0.33</boofcv.version>
-        <bcprov.version>1.61</bcprov.version>
+        <bcprov.version>1.66</bcprov.version>
+        <bcpkix.version>1.66</bcpkix.version>
         <classindex.version>3.9</classindex.version>
         <checker-qual.version>2.5.2</checker-qual.version>
         <commons-math3.version>3.6.1</commons-math3.version>
@@ -88,8 +89,8 @@
         <javax-websocket-client-api.version>1.1</javax-websocket-client-api.version>
         <jsrosbridge.version>0.2.0</jsrosbridge.version>
         <jedis.version>3.3.0</jedis.version>
+        <j2objc-annotations.version>1.3</j2objc-annotations.version>
         <quartz.version>2.3.2</quartz.version>
-
         <language-detector.version>0.6</language-detector.version>
         <log4j-to-slf4j.version>2.8.2</log4j-to-slf4j.version>
         <mailapi.version>1.4.3</mailapi.version>
@@ -98,7 +99,7 @@
         <okhttp.version>3.13.1</okhttp.version>
         <opennlp.version>1.9.0</opennlp.version>
         <postgresql.version>42.2.2</postgresql.version>
-        <pulsar.version>2.4.1</pulsar.version>
+        <pulsar.version>2.7.0</pulsar.version>
         <scala-lang.version>2.11.12</scala-lang.version>
         <scala-parser-combinators.version>1.1.1</scala-parser-combinators.version>
         <slack-api.version>0.5.1</slack-api.version>
@@ -133,7 +134,6 @@
         <opencsv.version>4.6</opencsv.version>
         <plc4x.version>0.8.0-SNAPSHOT</plc4x.version>
         <protobuf.version>3.6.1</protobuf.version>
-        <pulsar.version>2.5.1</pulsar.version>
         <slack.version>1.2.0</slack.version>
         <poiji.version>2.7.0</poiji.version>
 
@@ -153,6 +153,11 @@
                 <version>${bcprov.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcpkix-jdk15on</artifactId>
+                <version>${bcpkix.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.checkerframework</groupId>
                 <artifactId>checker-qual</artifactId>
                 <version>${checker-qual.version}</version>
@@ -242,6 +247,11 @@
                 <version>${mysql-binlog-connector.version}</version>
             </dependency>
             <dependency>
+                <groupId>com.google.j2objc</groupId>
+                <artifactId>j2objc-annotations</artifactId>
+                <version>${j2objc-annotations.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>mysql</groupId>
                 <artifactId>mysql-connector-java</artifactId>
                 <version>${mysql-connector-java.version}</version>
@@ -926,4 +936,4 @@
       <tag>HEAD</tag>
   </scm>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/streampipes-sinks-brokers-jvm/pom.xml b/streampipes-sinks-brokers-jvm/pom.xml
index 3965538..aee91f0 100644
--- a/streampipes-sinks-brokers-jvm/pom.xml
+++ b/streampipes-sinks-brokers-jvm/pom.xml
@@ -108,6 +108,12 @@
             <groupId>org.fusesource.hawtbuf</groupId>
             <artifactId>hawtbuf</artifactId>
         </dependency>
+
+        <!-- dependency convergence -->
+        <dependency>
+            <groupId>com.google.j2objc</groupId>
+            <artifactId>j2objc-annotations</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
@@ -141,4 +147,4 @@
         </plugins>
         <finalName>streampipes-sinks-brokers-jvm</finalName>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/streampipes-sinks-databases-jvm/pom.xml b/streampipes-sinks-databases-jvm/pom.xml
index 0820e24..6db8687 100644
--- a/streampipes-sinks-databases-jvm/pom.xml
+++ b/streampipes-sinks-databases-jvm/pom.xml
@@ -123,6 +123,10 @@
             <groupId>org.glassfish.jaxb</groupId>
             <artifactId>jaxb-runtime</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcpkix-jdk15on</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
@@ -159,4 +163,4 @@
         </plugins>
         <finalName>streampipes-sinks-databases-jvm</finalName>
     </build>
-</project>
\ No newline at end of file
+</project>