Remove additional compiler dependencies

This commit is contained in:
Oleg Zhurakousky
2020-04-06 18:19:58 +02:00
parent 7492b24380
commit db839ed360
2 changed files with 0 additions and 76 deletions

View File

@@ -53,11 +53,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-compiler</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>