Skip to content

Commit c0d5d59

Browse files
committed
🚨 Fix warnings in pom.xml
By default the pom.xml in the parent directory is detected which conflicts with the <parent> location for spring boot projects.
1 parent d840f6a commit c0d5d59

File tree

2 files changed

+2
-0
lines changed
  • spring
    • fluentforms-sample-web-jersey-app
    • fluentforms-sample-webmvc-app

2 files changed

+2
-0
lines changed

‎spring/fluentforms-sample-web-jersey-app/pom.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>3.5.7</version>
9+
<relativePath /> <!-- lookup parent from repository -->
910
</parent>
1011
<groupId>com._4point.aem.fluentforms</groupId>
1112
<artifactId>fluentforms-sample-web-app</artifactId>

‎spring/fluentforms-sample-webmvc-app/pom.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>3.5.7</version>
9+
<relativePath /> <!-- lookup parent from repository -->
910
</parent>
1011
<groupId>com._4point.aem.fluentforms</groupId>
1112
<artifactId>fluentforms-sample-webmvc-app</artifactId>

0 commit comments

Comments
 (0)