This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit f9b3122492b4ab69c13f6c5d937400d7d1b5a1c6 Author: Rémi Kowalski <[email protected]> AuthorDate: Wed Apr 15 16:42:03 2020 +0200 [REFACTORING] remove duplicate reactor scala extension --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index d39bd79..15cb0d7 100644 --- a/pom.xml +++ b/pom.xml @@ -2194,11 +2194,6 @@ <version>${feign-form.version}</version> </dependency> <dependency> - <groupId>io.projectreactor</groupId> - <artifactId>reactor-scala-extensions_${scala.base}</artifactId> - <version>0.5.0</version> - </dependency> - <dependency> <groupId>io.netty</groupId> <artifactId>netty</artifactId> <version>${netty.version}</version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
