add missing plugin repo
This commit is contained in:
parent
b65fea77ff
commit
7c3d14ca9f
1 changed files with 7 additions and 0 deletions
|
@ -233,6 +233,13 @@
|
|||
<id>central</id>
|
||||
<url>https://repo1.maven.org/maven2/</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>jcenter</id>
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<build>
|
||||
<defaultGoal>spring-boot:run</defaultGoal>
|
||||
|
|
Loading…
Reference in a new issue