[BAEL-18783] - Fix formatting of POMs
This commit is contained in:
@@ -7,17 +7,16 @@
|
||||
<artifactId>spring-cloud-functions</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>spring-cloud-functions</name>
|
||||
<description>Demo project for Spring Cloud Function</description>
|
||||
<packaging>jar</packaging>
|
||||
<description>Demo project for Spring Cloud Function</description>
|
||||
|
||||
<parent>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
@@ -26,7 +25,7 @@
|
||||
</dependency>
|
||||
<!-- We don't need spring-cloud-starter-function-web when deploying to AWS-->
|
||||
<!-- It is used only for local testing-->
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-function-web</artifactId>
|
||||
<version>${spring-cloud-function.version}</version>
|
||||
|
||||
Reference in New Issue
Block a user