Function dependencies BOM

This commit is contained in:
Soby Chacko
2020-07-06 18:09:02 -04:00
parent 5f3e961c3c
commit d3c1009773
52 changed files with 278 additions and 126 deletions

View File

@@ -34,7 +34,6 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>http-request-function</artifactId>
<version>${java-functions.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
@@ -70,7 +69,6 @@
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>http-request-processor</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>