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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cbb42a8399 [FLINK-27751][build] Disable jboss repository
8cbb42a8399 is described below

commit 8cbb42a839919c3163f30928254a1afd0077f6a6
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue May 24 10:12:01 2022 +0200

    [FLINK-27751][build] Disable jboss repository
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index b7500689754..51b35e6c67a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,19 @@ under the License.
                
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/flink.git</developerConnection>
        </scm>
 
+       <repositories>
+               <repository>
+                       <id>repository.jboss.org</id>
+                       
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+                       <releases>
+                               <enabled>false</enabled>
+                       </releases>
+               </repository>
+       </repositories>
+
        <modules>
                <module>flink-annotations</module>
                <module>flink-architecture-tests</module>

Reply via email to