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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2471997ed [Improve] bump springboot to 2.7.11 (#2685)
2471997ed is described below

commit 2471997ed49f3249cf188c65c8dd552b36123505
Author: zhoulii <[email protected]>
AuthorDate: Sun Apr 23 14:13:10 2023 +0800

    [Improve] bump springboot to 2.7.11 (#2685)
    
    Co-authored-by: zhoulii <[email protected]>
---
 streampark-console/streampark-console-service/pom.xml | 8 +-------
 streampark-flink/streampark-flink-packer/pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/streampark-console/streampark-console-service/pom.xml 
b/streampark-console/streampark-console-service/pom.xml
index d2d47bc50..a2df21d00 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -62,7 +62,7 @@
             <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
-                <version>2.7.10</version>
+                <version>2.7.11</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -303,12 +303,6 @@
             <version>${eclipse.jgit.version}</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.ivy</groupId>
-            <artifactId>ivy</artifactId>
-            <version>${ivy.version}</version>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.streampark</groupId>
             <artifactId>streampark-common_${scala.binary.version}</artifactId>
diff --git a/streampark-flink/streampark-flink-packer/pom.xml 
b/streampark-flink/streampark-flink-packer/pom.xml
index 1e0afbe8b..56d626de5 100644
--- a/streampark-flink/streampark-flink-packer/pom.xml
+++ b/streampark-flink/streampark-flink-packer/pom.xml
@@ -74,8 +74,8 @@
             <artifactId>aether-impl</artifactId>
             <version>${eclipse.aether.version}</version>
         </dependency>
-        <dependency>
 
+        <dependency>
             <groupId>org.eclipse.aether</groupId>
             <artifactId>aether-connector-basic</artifactId>
             <version>${eclipse.aether.version}</version>

Reply via email to