First step in 2.0.0. Remove Stream dependencies
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -4,22 +4,21 @@
|
||||
|
||||
<artifactId>spring-cloud-function-parent</artifactId>
|
||||
<name>Spring Cloud Function Parent</name>
|
||||
<version>1.0.1.BUILD-SNAPSHOT</version>
|
||||
<version>2.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>1.3.9.RELEASE</version>
|
||||
<version>2.0.2.RELEASE</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-stream.version>Ditmars.SR4</spring-cloud-stream.version>
|
||||
<spring-cloud-task.version>1.2.2.RELEASE</spring-cloud-task.version>
|
||||
<wrapper.version>1.0.11.RELEASE</wrapper.version>
|
||||
<spring-boot.version>1.5.13.RELEASE</spring-boot.version>
|
||||
<spring-cloud-task.version>2.0.0.RELEASE</spring-cloud-task.version>
|
||||
<wrapper.version>1.0.12.RELEASE</wrapper.version>
|
||||
<spring-boot.version>2.0.3.RELEASE</spring-boot.version>
|
||||
<docs.main>spring-cloud-function</docs.main>
|
||||
<reactor-bom.version>Bismuth-SR10</reactor-bom.version>
|
||||
</properties>
|
||||
@@ -40,13 +39,6 @@
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-dependencies</artifactId>
|
||||
<version>${spring-cloud-stream.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-task-dependencies</artifactId>
|
||||
@@ -66,11 +58,9 @@
|
||||
|
||||
<modules>
|
||||
<module>spring-cloud-function-dependencies</module>
|
||||
<module>spring-cloud-stream-binder-servlet</module>
|
||||
<module>spring-cloud-function-compiler</module>
|
||||
<module>spring-cloud-function-core</module>
|
||||
<module>spring-cloud-function-context</module>
|
||||
<module>spring-cloud-function-stream</module>
|
||||
<module>spring-cloud-function-task</module>
|
||||
<module>spring-cloud-function-web</module>
|
||||
<module>spring-cloud-starter-function-web</module>
|
||||
|
||||
Reference in New Issue
Block a user