This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.14 by this push:
new 82d36d0d0c1 [FLINK-27751][build] Disable jboss repository
82d36d0d0c1 is described below
commit 82d36d0d0c1e0df408db8bc41a42d4309a112852
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 f7a55676e4a..8737eeca26f 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-core</module>