Polish
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user