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 a3cca5516f
commit 1c50531c13
132 changed files with 210 additions and 3366 deletions

View File

@@ -30,7 +30,6 @@
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>test</scope>
</dependency>
<!--Redis-->
<dependency>
<groupId>org.springframework.integration</groupId>
@@ -41,7 +40,6 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
<scope>runtime</scope>
</dependency>
<!--Gemfire-->
<dependency>
<groupId>org.springframework.integration</groupId>
@@ -50,9 +48,7 @@
<dependency>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-starter</artifactId>
<version>1.6.3</version>
</dependency>
<!--JDBC-->
<dependency>
<groupId>org.springframework.integration</groupId>