HHH-13428 No longer allow fetching snapshot dependencies from JBoss Nexus

This commit is contained in:
Sanne Grinovero 2019-06-07 23:06:19 +01:00 committed by Guillaume Smet
parent 1d8837d6f7
commit dbbd2fcfb4
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ buildscript {
repositories {
jcenter()
mavenCentral()
maven {
name 'jboss-snapshots'
url 'http://repository.jboss.org/nexus/content/repositories/snapshots/'
}
}
dependencies {
classpath 'org.hibernate.build.gradle:gradle-maven-publish-auth:2.0.1'