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