Skip to content

Commit

Permalink
[FLINK-27751][build] Disable jboss repository
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed May 24, 2022
1 parent 3c5d3ba commit 8cbb42a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8cbb42a

Please sign in to comment.