Remove compiler and task dependencies from samples
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-function-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-function-compiler</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||
|
||||
@@ -15,11 +15,8 @@
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>function-sample</module>
|
||||
<module>function-sample-pof</module>
|
||||
<module>function-sample-pojo</module>
|
||||
<module>function-sample-compiler</module>
|
||||
<module>function-sample-task</module>
|
||||
<module>function-sample-aws</module>
|
||||
<module>function-sample-aws-custom</module>
|
||||
<module>function-sample-azure</module>
|
||||
|
||||
Reference in New Issue
Block a user