This commit is contained in:
Marcin Grzejszczak
2016-06-28 22:38:36 +02:00
parent d4e731f87b
commit 845002bc78
5 changed files with 4 additions and 37 deletions

View File

@@ -24,8 +24,9 @@ BOM_VERSION=Brixton-SR1
springBootVersion=1.3.3.RELEASE
springVersion=4.2.5.RELEASE
springIntegrationDslVersion=1.1.2.RELEASE
springStreamVersion=1.0.0.RC2
springCloudVersion=1.1.0.RC2
springStreamVersion=1.0.0.RELEASE
springCloudVersion=1.1.0.RELEASE
springCloudZookeeperVersion=1.0.0.RELEASE
camelVersion=2.17.0
aetherVersion=1.1.0

View File

@@ -29,7 +29,7 @@ dependencies {
}
testCompile 'cglib:cglib-nodep:2.2'
testCompile 'org.objenesis:objenesis:2.1'
testCompile 'org.springframework.cloud:spring-cloud-starter-zookeeper-discovery:1.0.0.RC2'
testCompile "org.springframework.cloud:spring-cloud-starter-zookeeper-discovery:${springCloudZookeeperVersion}"
testCompile 'org.apache.curator:curator-test:2.9.1'
testCompile 'io.reactivex:rxjava:1.1.1'
testCompile "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"

View File

@@ -13,18 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
repositories {
mavenLocal()
jcenter()
maven {
url "http://repo.spring.io/snapshot"
}
maven {
url "http://repo.spring.io/milestone"
}
}
String verifier = "spring-cloud-contract-verifier"
dependencies {

View File

@@ -16,17 +16,6 @@
String verifier = "spring-cloud-contract-verifier"
repositories {
mavenLocal()
jcenter()
maven {
url "http://repo.spring.io/snapshot"
}
maven {
url "http://repo.spring.io/milestone"
}
}
dependencies {
compile project(":$verifier-root:$verifier-messaging-root:$verifier-messaging-core")
compile "org.springframework:spring-messaging:${springVersion}"

View File

@@ -14,17 +14,6 @@
* limitations under the License.
*/
repositories {
mavenLocal()
jcenter()
maven {
url "http://repo.spring.io/snapshot"
}
maven {
url "http://repo.spring.io/milestone"
}
}
String verifier = "spring-cloud-contract-verifier"
dependencies {