This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new ceec236 [FLINK-12040][build] Remove unused akka dependencies
ceec236 is described below
commit ceec2360d6492f44467f47c93b17a9b20cbe9715
Author: Zili Chen <[email protected]>
AuthorDate: Sat Apr 27 15:15:37 2019 +0800
[FLINK-12040][build] Remove unused akka dependencies
---
flink-clients/pom.xml | 6 ------
flink-runtime-web/pom.xml | 6 ------
flink-yarn-tests/pom.xml | 6 ------
flink-yarn/pom.xml | 33 ---------------------------------
4 files changed, 51 deletions(-)
diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml
index 294e0d5..6476798 100644
--- a/flink-clients/pom.xml
+++ b/flink-clients/pom.xml
@@ -82,12 +82,6 @@ under the License.
<scope>test</scope>
<type>test-jar</type>
</dependency>
-
- <dependency>
- <groupId>com.typesafe.akka</groupId>
-
<artifactId>akka-testkit_${scala.binary.version}</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<!-- More information on this:
diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml
index d0ce76d..d6db2ff 100644
--- a/flink-runtime-web/pom.xml
+++ b/flink-runtime-web/pom.xml
@@ -104,12 +104,6 @@ under the License.
</dependency>
<dependency>
- <groupId>com.typesafe.akka</groupId>
-
<artifactId>akka-testkit_${scala.binary.version}</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime_${scala.binary.version}</artifactId>
<version>${project.version}</version>
diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml
index 7613e1d..fd8780b 100644
--- a/flink-yarn-tests/pom.xml
+++ b/flink-yarn-tests/pom.xml
@@ -141,12 +141,6 @@ under the License.
</exclusion>
</exclusions>
</dependency>
-
- <dependency>
- <groupId>com.typesafe.akka</groupId>
-
<artifactId>akka-testkit_${scala.binary.version}</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
diff --git a/flink-yarn/pom.xml b/flink-yarn/pom.xml
index 15ef508..a6a5a23 100644
--- a/flink-yarn/pom.xml
+++ b/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>
- <exclusions>
- <exclusion>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<!-- test dependencies -->
<dependency>
@@ -124,12 +97,6 @@ under the License.
<type>test-jar</type>
<version>${hadoop.version}</version>
</dependency>
-
- <dependency>
- <groupId>com.typesafe.akka</groupId>
-
<artifactId>akka-testkit_${scala.binary.version}</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<profiles>