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

chesnay pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.17 by this push:
     new 404984a28a6 [FLINK-32304] Reduce rpc-akka dependency footprint
404984a28a6 is described below

commit 404984a28a696328a2b8aaf939237ea61e9eddfe
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Fri Jun 9 15:51:55 2023 +0200

    [FLINK-32304] Reduce rpc-akka dependency footprint
---
 flink-rpc/flink-rpc-akka/pom.xml                    | 21 ---------------------
 .../src/main/resources/META-INF/NOTICE              |  3 ---
 2 files changed, 24 deletions(-)

diff --git a/flink-rpc/flink-rpc-akka/pom.xml b/flink-rpc/flink-rpc-akka/pom.xml
index 9ce6bcac366..40471aa202e 100644
--- a/flink-rpc/flink-rpc-akka/pom.xml
+++ b/flink-rpc/flink-rpc-akka/pom.xml
@@ -58,17 +58,6 @@ under the License.
                        <scope>provided</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>org.scala-lang</groupId>
-                       <artifactId>scala-library</artifactId>
-                       <scope>compile</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.scala-lang</groupId>
-                       <artifactId>scala-compiler</artifactId>
-                       <scope>compile</scope>
-               </dependency>
-
                <dependency>
                        <groupId>com.typesafe.akka</groupId>
                        
<artifactId>akka-actor_${scala.binary.version}</artifactId>
@@ -130,21 +119,11 @@ under the License.
 
        <dependencyManagement>
                <dependencies>
-                       <dependency>
-                               <groupId>org.scala-lang</groupId>
-                               <artifactId>scala-compiler</artifactId>
-                               <version>${scala.version}</version>
-                       </dependency>
                        <dependency>
                                <groupId>org.scala-lang</groupId>
                                <artifactId>scala-library</artifactId>
                                <version>${scala.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>org.scala-lang</groupId>
-                               <artifactId>scala-reflect</artifactId>
-                               <version>${scala.version}</version>
-                       </dependency>
                        <!-- For dependency convergence in Akka 2.6.20 -->
                        <dependency>
                                <groupId>com.typesafe</groupId>
diff --git a/flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE 
b/flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE
index 431975e5d50..f360ed0f134 100644
--- a/flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE
+++ b/flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE
@@ -17,15 +17,12 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - com.typesafe.akka:akka-stream_2.12:2.6.20
 - io.netty:netty:3.10.6.Final
 - org.agrona:agrona:1.15.1
-- org.scala-lang:scala-compiler:2.12.16
 - org.scala-lang:scala-library:2.12.16
-- org.scala-lang:scala-reflect:2.12.16
 - org.scala-lang.modules:scala-parser-combinators_2.12:1.1.2
 
 The following dependencies all share the same BSD license which you find under 
licenses/LICENSE.scala.
 
 - org.scala-lang.modules:scala-java8-compat_2.12:0.8.0
-- org.scala-lang.modules:scala-xml_2.12:1.0.6
 
 This project bundles the following dependencies under the Creative Commons CC0 
"No Rights Reserved".
 

Reply via email to