Paul Grey created NIFI-8416:
-------------------------------
Summary: remove dl.bintray.com dependency in build
Key: NIFI-8416
URL: https://issues.apache.org/jira/browse/NIFI-8416
Project: Apache NiFi
Issue Type: Task
Reporter: Paul Grey
In testing changes for NIFI-8398 today, another issue presented. This URL
(used by Maven to fetch a dependency) returned a 403, causing a build (empty
.m2 cache) to fail:
[https://dl.bintray.com/groovy/maven/org/codehaus/groovy/groovy-eclipse-batch/2.5.4-01/groovy-eclipse-batch-2.5.4-01.pom]
This dependency is available in Maven Central starting at 2.5.6.
[https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-eclipse-batch/]
By bumping "$nifi/pom.xml" groovy version to 2.5.6, this artifact is retrieved
from Maven Central, and the build succeeds.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)