You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/16 15:57:56 UTC

[GitHub] [flink] tillrohrmann commented on a change in pull request #10802: [1.8][FLINK-12040][build] Remove unused akka dependencies

tillrohrmann commented on a change in pull request #10802: [1.8][FLINK-12040][build] Remove unused akka dependencies
URL: https://github.com/apache/flink/pull/10802#discussion_r367499930
 
 

 ##########
 File path: flink-yarn/pom.xml
 ##########
 @@ -59,33 +59,6 @@ under the License.
 			<version>${hadoop.version}-${project.version}</version>
 		</dependency>
 
-		<dependency>
-			<groupId>com.typesafe.akka</groupId>
-			<artifactId>akka-actor_${scala.binary.version}</artifactId>
-			<scope>provided</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>com.typesafe.akka</groupId>
-			<artifactId>akka-remote_${scala.binary.version}</artifactId>
-			<scope>provided</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>com.typesafe.akka</groupId>
-			<artifactId>akka-camel_${scala.binary.version}</artifactId>
 
 Review comment:
   Can we remove this dependency also from the dependency management section of the parent `pom.xml`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services