We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae52a0 commit 2bba572Copy full SHA for 2bba572
templates/server/src/main/resources/archetype-resources/core/pom.xml
@@ -236,6 +236,8 @@
236
<dependency>
237
<groupId>org.springframework.boot</groupId>
238
<artifactId>spring-boot-starter-tomcat</artifactId>
239
+ <!-- workaround as of https://github.com/mojohaus/flatten-maven-plugin/issues/70 -->
240
+ <version>${spring.boot.version}</version>
241
</dependency>
242
</dependencies>
243
</profile>
@@ -255,4 +257,4 @@
255
257
</plugins>
256
258
</build>
259
-</project>
260
+</project>
0 commit comments