Fix cloud versions
This commit is contained in:
34
pom.xml
34
pom.xml
@@ -23,7 +23,8 @@
|
||||
|
||||
<properties>
|
||||
<bintray.package>bus</bintray.package>
|
||||
<spring-cloud.version>1.0.2.BUILD-SNAPSHOT</spring-cloud.version>
|
||||
<spring-cloud-config.version>1.0.2.BUILD-SNAPSHOT</spring-cloud-config.version>
|
||||
<spring-cloud-netflix.version>1.0.2.BUILD-SNAPSHOT</spring-cloud-netflix.version>
|
||||
<spring-integration.version>4.1.0.RELEASE</spring-integration.version>
|
||||
<spring-cloud-connector.version>1.1.0.RELEASE</spring-cloud-connector.version>
|
||||
<spring-integration-dsl.version>1.0.1.RELEASE</spring-integration-dsl.version>
|
||||
@@ -36,21 +37,26 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-config</artifactId>
|
||||
<version>${spring-cloud.version}</version>
|
||||
<version>${spring-cloud-config.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>${spring-cloud.version}</version>
|
||||
<version>${spring-cloud-netflix.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
||||
<version>1.0.3.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-bus</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>1.0.2.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
@@ -103,26 +109,6 @@
|
||||
<artifactId>spring-cloud-cloudfoundry-connector</artifactId>
|
||||
<version>${spring-cloud-connector.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.netflix.turbine</groupId>
|
||||
<artifactId>turbine-core</artifactId>
|
||||
<version>${turbine.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.netflix.rxjava</groupId>
|
||||
<artifactId>rxjava-core</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.reactivex</groupId>
|
||||
<artifactId>rxjava</artifactId>
|
||||
<version>${rxjava.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user