Add repositories to GCP HTTP sample POM

This commit is contained in:
Oleg Zhurakousky
2020-05-27 16:25:45 +02:00
parent 9044ea5e9a
commit 2e8537889d

View File

@@ -57,6 +57,13 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>