You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/03/16 10:07:58 UTC

[activemq-artemis] branch master updated: ARTEMIS-3182 remove defunct repo

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new e548e0a  ARTEMIS-3182 remove defunct repo
     new 770439c  This closes #3493, removes jcenter repository
e548e0a is described below

commit e548e0aab2d4def889d29554d3d10fb80dd5b2d1
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Mon Mar 15 19:57:52 2021 -0500

    ARTEMIS-3182 remove defunct repo
    
    This repo is no longer operative. See
    https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
    for more info. All dependencies are in Maven Central.
---
 artemis-protocols/artemis-mqtt-protocol/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml b/artemis-protocols/artemis-mqtt-protocol/pom.xml
index 7c0622c..3cd4928 100644
--- a/artemis-protocols/artemis-mqtt-protocol/pom.xml
+++ b/artemis-protocols/artemis-mqtt-protocol/pom.xml
@@ -136,17 +136,4 @@
          <type>jar</type>
       </dependency>
    </dependencies>
-
-   <repositories>
-      <repository>
-         <id>bintray</id>
-         <url>https://jcenter.bintray.com</url>
-         <releases>
-            <enabled>true</enabled>
-         </releases>
-         <snapshots>
-            <enabled>false</enabled>
-         </snapshots>
-      </repository>
-   </repositories>
 </project>