Skip to content

Commit 2bba572

Browse files
authored
#164 temporary workaround to fix maven-flatten-bug (#335)
1 parent 0ae52a0 commit 2bba572

File tree

1 file changed

+3
-1
lines changed
  • templates/server/src/main/resources/archetype-resources/core

1 file changed

+3
-1
lines changed

templates/server/src/main/resources/archetype-resources/core/pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@
236236
<dependency>
237237
<groupId>org.springframework.boot</groupId>
238238
<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>
239241
</dependency>
240242
</dependencies>
241243
</profile>
@@ -255,4 +257,4 @@
255257
</plugins>
256258
</build>
257259

258-
</project>
260+
</project>

0 commit comments

Comments
 (0)