[
https://issues.apache.org/jira/browse/NIFI-8416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17319721#comment-17319721
]
Paul Grey edited comment on NIFI-8416 at 4/12/21, 9:14 PM:
-----------------------------------------------------------
[https://github.com/spockframework/spock/issues/1011]
https://github.com/spockframework/spock/issues/963
https://stackoverflow.com/questions/27552600/using-spock-to-mock-private-static-final-variables-in-java
test error on "nifi-toolkit-admin"
was (Author: pgrey):
[https://github.com/spockframework/spock/issues/1011]
test error on "nifi-toolkit-admin"
> 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
> Assignee: Paul Grey
> Priority: Minor
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)