diff options
Diffstat (limited to 'dmi-service/pom.xml')
-rw-r--r-- | dmi-service/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 6e740e8d..6aa2e835 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -28,6 +28,7 @@ </parent> <artifactId>dmi-service</artifactId> + <packaging>jar</packaging> <properties> <!-- Application Configuration --> @@ -619,6 +620,7 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> + <version>3.3.2</version> </plugin> </plugins> </build> |