tim yu created FLINK-23540: ------------------------------ Summary: Cannot build succesfully flink runtime project Key: FLINK-23540 URL: https://issues.apache.org/jira/browse/FLINK-23540 Project: Flink Issue Type: Bug Components: Runtime / Network Reporter: tim yu
Using "mvn clean -DskipTests -Drat.skip=true install" under the flink parent project after pulling latest code on master branch, I encounter the following error: [WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed with message: Found Banned Dependency: org.clapper:grizzled-slf4j_2.12:jar:1.3.2 Found Banned Dependency: org.scala-lang.modules:scala-parser-combinators_2.12:jar:1.1.2 Found Banned Dependency: com.typesafe.akka:akka-stream_2.12:jar:2.6.15 Found Banned Dependency: com.typesafe.akka:akka-pki_2.12:jar:2.6.15 Found Banned Dependency: com.typesafe.akka:akka-actor_2.12:jar:2.6.15 Found Banned Dependency: com.typesafe.akka:akka-protobuf-v3_2.12:jar:2.6.15 Found Banned Dependency: com.typesafe:ssl-config-core_2.12:jar:0.4.2 Found Banned Dependency: org.scala-lang.modules:scala-java8-compat_2.12:jar:0.8.0 Found Banned Dependency: com.typesafe.akka:akka-slf4j_2.12:jar:2.6.15 Found Banned Dependency: com.typesafe.akka:akka-remote_2.12:jar:2.6.15 Use 'mvn dependency:tree' to locate the source of the banned dependencies. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Flink : 1.14-SNAPSHOT: [INFO] [INFO] Flink : ............................................ SUCCESS [02:06 min] [INFO] Flink : Annotations ................................ SUCCESS [ 13.750 s] [INFO] Flink : Test utils : ............................... SUCCESS [ 0.729 s] [INFO] Flink : Test utils : Junit ......................... SUCCESS [ 9.651 s] [INFO] Flink : Metrics : .................................. SUCCESS [ 0.657 s] [INFO] Flink : Metrics : Core ............................. SUCCESS [ 6.995 s] [INFO] Flink : Core ....................................... SUCCESS [01:45 min] [INFO] Flink : Java ....................................... SUCCESS [ 24.425 s] [INFO] Flink : Scala ...................................... SUCCESS [02:03 min] [INFO] Flink : FileSystems : .............................. SUCCESS [ 0.826 s] [INFO] Flink : FileSystems : Hadoop FS .................... SUCCESS [ 12.479 s] [INFO] Flink : FileSystems : Mapr FS ...................... SUCCESS [ 3.243 s] [INFO] Flink : FileSystems : Hadoop FS shaded ............. SUCCESS [ 16.769 s] [INFO] Flink : FileSystems : S3 FS Base ................... SUCCESS [ 6.317 s] [INFO] Flink : FileSystems : S3 FS Hadoop ................. SUCCESS [ 15.672 s] [INFO] Flink : FileSystems : S3 FS Presto ................. SUCCESS [ 20.762 s] [INFO] Flink : FileSystems : OSS FS ....................... SUCCESS [ 13.750 s] [INFO] Flink : FileSystems : Azure FS Hadoop .............. SUCCESS [ 34.133 s] [INFO] Flink : RPC : ...................................... SUCCESS [ 0.521 s] [INFO] Flink : RPC : Core ................................. SUCCESS [ 2.976 s] [INFO] Flink : RPC : Akka ................................. SUCCESS [ 46.822 s] [INFO] Flink : RPC : Akka-Loader .......................... SUCCESS [ 7.125 s] [INFO] Flink : Queryable state : .......................... SUCCESS [ 0.522 s] [INFO] Flink : Queryable state : Client Java .............. SUCCESS [ 4.074 s] {color:#de350b}[INFO] Flink : Runtime .................................... FAILURE [02:06 min]{color} -- This message was sent by Atlassian Jira (v8.3.4#803005)