GH-271: Remove duplication from pom.xml files

This proposal fixes many build warnings and is a general cleanup of the pom.xml files.

* Remove duplicate `dependency` entries  from pom.xml files
* Remove duplicate `repository` entries from pom.xml files
* Replace deprecated use of `receive(long)` in `HttpSourceTests`
* Reduce logging for Twitter integration tests

Fixes #271
This commit is contained in:
Chris Bono
2022-05-26 12:57:44 -05:00
committed by GitHub
parent 78933b5474
commit 50d75ef1e7
60 changed files with 62 additions and 615 deletions

View File

@@ -15,13 +15,11 @@
<description>Spring Native Function for Tensorflow Integration</description>
<dependencies>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>tensorflow-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>