diff options
Diffstat (limited to 'cps-rest')
-rw-r--r-- | cps-rest/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 3c92a4e209..fc3e6325e2 100644 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -85,6 +85,10 @@ <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>com.google.cloud.tools</groupId>
+ <artifactId>jib-maven-plugin</artifactId>
+ </plugin>
<!-- Swagger code generation. -->
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
|