You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2020/01/15 13:44:18 UTC

[nifi-minifi] branch master updated: MINIFI-522 : Fixed Access denied to: http://jcenter.bintray.com which caused Failed to execute goal on project minifi-standard-nar

This is an automated email from the ASF dual-hosted git repository.

aldrin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi.git


The following commit(s) were added to refs/heads/master by this push:
     new de08ea2  MINIFI-522 : Fixed Access denied to: http://jcenter.bintray.com which caused Failed to execute goal on project minifi-standard-nar
de08ea2 is described below

commit de08ea2adedcab9c5055dea793deee3a49aec29d
Author: Sapin Amin <sa...@cloudera.com>
AuthorDate: Tue Jan 14 15:02:21 2020 -0800

    MINIFI-522 : Fixed Access denied to: http://jcenter.bintray.com which caused Failed to execute goal on project minifi-standard-nar
    
    This closes #182.
    
    Signed-off-by: Aldrin Piri <al...@apache.org>
---
 minifi-nar-bundles/minifi-standard-nar/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/minifi-nar-bundles/minifi-standard-nar/pom.xml b/minifi-nar-bundles/minifi-standard-nar/pom.xml
index 12e0aec..861cb9d 100644
--- a/minifi-nar-bundles/minifi-standard-nar/pom.xml
+++ b/minifi-nar-bundles/minifi-standard-nar/pom.xml
@@ -103,4 +103,14 @@ limitations under the License.
             <scope>provided</scope>
         </dependency>
     </dependencies>
+    <repositories>
+        <repository>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <id>central</id>
+            <name>bintray</name>
+            <url>https://jcenter.bintray.com</url>
+        </repository>
+    </repositories>
 </project>