Skip to content

Commit

Permalink
Fix missing spring boot plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvlecl committed Nov 2, 2018
1 parent 5a547d9 commit 08fb0b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -257,6 +257,11 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>${maven.coveralls.version}</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 08fb0b4

Please sign in to comment.