Skip to content

Commit

Permalink
Merge pull request #205 from pick-stars/main
Browse files Browse the repository at this point in the history
fix: streamx-parent maven dependency
  • Loading branch information
wolfboys authored Jun 25, 2021
2 parents 9458dc2 + ac8b73b commit 33c9d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions streamx-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<hive.version>2.3.4</hive.version>
<flink.version>1.12.0</flink.version>
<async.client.version>2.0.39</async.client.version>
<vertx.version>3.8.3</vertx.version>
<vertx.version>3.8.5</vertx.version>
<hadoop.version>2.10.1</hadoop.version>
<hbase.version>2.1.10</hbase.version>
<scala.version>2.11.12</scala.version>
Expand Down Expand Up @@ -109,7 +109,7 @@

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala_${scala.binary.version}</artifactId>
<artifactId>vertx-lang-scala_2.12</artifactId>
<version>${vertx.version}</version>
</dependency>
<!--mysql async end-->
Expand Down Expand Up @@ -259,7 +259,7 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-filesystem_${scala.binary.version}</artifactId>
<version>${flink.version}</version>
<version>1.11.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 33c9d4d

Please sign in to comment.