You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/07/08 14:15:17 UTC

[nifi] branch main updated: NIFI-8769 This closes #5204. Removed Bintray repository from MiNiFi test modules

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

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 9d29e8b  NIFI-8769 This closes #5204. Removed Bintray repository from MiNiFi test modules
9d29e8b is described below

commit 9d29e8bae48b0d8a09b90bcaacbd0be9c943cb23
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Jul 8 07:57:23 2021 -0500

    NIFI-8769 This closes #5204. Removed Bintray repository from MiNiFi test modules
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 minifi/minifi-c2/minifi-c2-integration-tests/pom.xml | 8 --------
 minifi/minifi-integration-tests/pom.xml              | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
index c916a31..c3507e7 100644
--- a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
@@ -127,12 +127,4 @@ limitations under the License.
             </build>
         </profile>
     </profiles>
-
-    <repositories>
-        <repository>
-            <id>palantir.bintray</id>
-            <name>Palantir Bintray</name>
-            <url>https://dl.bintray.com/palantir/releases</url>
-        </repository>
-    </repositories>
 </project>
diff --git a/minifi/minifi-integration-tests/pom.xml b/minifi/minifi-integration-tests/pom.xml
index 4febe0f..6e32226 100644
--- a/minifi/minifi-integration-tests/pom.xml
+++ b/minifi/minifi-integration-tests/pom.xml
@@ -141,12 +141,4 @@ limitations under the License.
             </build>
         </profile>
     </profiles>
-
-    <repositories>
-        <repository>
-            <id>palantir.bintray</id>
-            <name>Palantir Bintray</name>
-            <url>https://dl.bintray.com/palantir/releases</url>
-        </repository>
-    </repositories>
 </project>