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/17 11:03:06 UTC

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

zentol 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_r367881837
 
 

 ##########
 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:
   yes

----------------------------------------------------------------
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