Florian Schmidt created FLINK-10519:
---------------------------------------
Summary: flink-parent:1.6.1 artifact can't be found on maven central
Key: FLINK-10519
URL:
https://issues.apache.org/jira/browse/FLINK-10519 Project: Flink
Issue Type: Bug
Reporter: Florian Schmidt
The flink-parent:1.6.1 artifact can't be found on maven central:
*Stacktrace from maven*
{code:java}
...
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.flink:flink-parent:pom:1.6.1 in central (
https://repo.maven.apache.org/maven2)
...
{code}
Also when browsing the repository in the browser ([
https://repo.maven.apache.org/maven2/org/apache/flink/flink-parent/1.6.1/]) it will show the flink-parent artifact in the list, but return 404 when trying to download it. This does only seem to happen from some networks, as I was able to successfully run the following on a server that I ssh'd into, but not on my local device
{code:java}
curl
https://repo.maven.apache.org/maven2/org/apache/flink/flink-parent/1.6.1/flink-parent-1.6.1.pom{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)