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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user