Fixing boot 2.0 tests lost on merge
This commit is contained in:
committed by
Soby Chacko
parent
a9d7257c80
commit
41d51144ef
9
pom.xml
9
pom.xml
@@ -23,11 +23,7 @@
|
||||
<rxjava-reactive-streams.version>1.2.1</rxjava-reactive-streams.version>
|
||||
<spring.tuple.version>1.0.0.RELEASE</spring.tuple.version>
|
||||
<spring.integration.tuple.version>1.0.0.RELEASE</spring.integration.tuple.version>
|
||||
<<<<<<< 57d3ba33176c3f792c733850bf6e4f99ec6af24a
|
||||
<reactor.version>Bismuth-RELEASE</reactor.version>
|
||||
=======
|
||||
<reactor.version>Bismuth-M3</reactor.version>
|
||||
>>>>>>> Minor fixes
|
||||
<kryo-shaded.version>3.0.3</kryo-shaded.version>
|
||||
<objenesis.version>2.1</objenesis.version>
|
||||
</properties>
|
||||
@@ -43,11 +39,6 @@
|
||||
<artifactId>spring-cloud-stream-tools</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-codec</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-rxjava</artifactId>
|
||||
|
||||
@@ -17,10 +17,6 @@
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-codec</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-rxjava</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>2.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>2.0.0.M2</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -33,18 +33,12 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-core</artifactId>
|
||||
<<<<<<< 57d3ba33176c3f792c733850bf6e4f99ec6af24a
|
||||
=======
|
||||
<version>5.0.0.BUILD-SNAPSHOT</version>
|
||||
>>>>>>> Minor fixes
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jmx</artifactId>
|
||||
<<<<<<< 57d3ba33176c3f792c733850bf6e4f99ec6af24a
|
||||
=======
|
||||
<version>5.0.0.BUILD-SNAPSHOT</version>
|
||||
>>>>>>> Minor fixes
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
|
||||
@@ -254,7 +254,7 @@ public class AggregationTest {
|
||||
assertTrue(Arrays.equals(
|
||||
((SourceConfigurer) aggregateApplicationBuilderAccessor.getPropertyValue("sourceConfigurer"))
|
||||
.getArgs(),
|
||||
new String[] { "--fooValue=bara" }));
|
||||
new String[] { "--fooValue=bara", "--foo-value=bara" }));
|
||||
final List<AggregateApplicationBuilder.ProcessorConfigurer> processorConfigurers =
|
||||
(List<AggregateApplicationBuilder.ProcessorConfigurer>) aggregateApplicationBuilderAccessor
|
||||
.getPropertyValue("processorConfigurers");
|
||||
|
||||
Reference in New Issue
Block a user