Chesnay Schepler created FLINK-6759: ---------------------------------------
Summary: storm-examples cannot be built without cached dependencies Key: FLINK-6759 URL: https://issues.apache.org/jira/browse/FLINK-6759 Project: Flink Issue Type: Bug Components: Build System Affects Versions: 1.4.0 Reporter: Chesnay Schepler The {{flink-storm-examples}} module fails to build if the {{flink-examples-batch}} dependency is not present in the local cache. {code} [ERROR] Failed to execute goal on project flink-storm-examples_2.10: Could not resolve dependencies for project org.apache.flink:flink-storm-examples_2.10:jar:1.4-SNAPSHOT: Failed to collect dependenc ies at org.apache.flink:flink-examples-batch_2.10:jar:1.4-SNAPSHOT: Failed to read artifact descriptor for org.apache.flink:flink-examples-batch_2.10:jar:1.4-SNAPSHOT: Failure to find org.apache.flink :flink-examples_${scala.binary.version}:pom:1.4-SNAPSHOT in https://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1] {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)