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:
@@ -14,27 +14,16 @@
|
||||
<name>http-request-function</name>
|
||||
<description>Spring Native Function for Submitting an HTTP request</description>
|
||||
|
||||
<properties>
|
||||
<mockwebserver.version>4.6.0</mockwebserver.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-webflux</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-messaging</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>mockwebserver</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user