Skip to content

Commit

Permalink
Merge pull request #1686 from Sanne/noJBossNexus
Browse files Browse the repository at this point in the history
No longer enable the JBoss Nexus repository
  • Loading branch information
cescoffier authored Mar 26, 2019
2 parents db6a012 + c82bff8 commit ac1ed3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
8 changes: 0 additions & 8 deletions docs/src/main/asciidoc/gradle-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ plugins {
repositories {
mavenCentral()
// this is temporary, all dependencies should be in central soon
maven {
url = 'http://repository.jboss.org/nexus/content/groups/public'
}
}
dependencies { <2>
Expand All @@ -68,9 +63,6 @@ plugins {
repositories {
mavenCentral()
// this is temporary, all dependencies should be in central soon
maven(url = uri("http://repository.jboss.org/nexus/content/groups/public"))
}
dependencies {
Expand Down
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,7 @@
<name>Maven Repository Switchboard</name>
<url>http://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</repositories>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit ac1ed3c

Please sign in to comment.