Добавил снепшотную зависимость

This commit is contained in:
Struchkov Mark 2022-10-17 17:04:50 +03:00
parent 7f280b7a1e
commit 3467571412

16
pom.xml
View File

@ -27,6 +27,12 @@
<artifactId>spring-boot-starter-validation</artifactId> <artifactId>spring-boot-starter-validation</artifactId>
</dependency> </dependency>
<dependency>
<groupId>dev.struchkov.ghost</groupId>
<artifactId>ghost-publisher</artifactId>
<version>0.0.3-SNAPSHOT</version>
</dependency>
<dependency> <dependency>
<groupId>io.swagger.core.v3</groupId> <groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId> <artifactId>swagger-annotations</artifactId>
@ -77,6 +83,16 @@
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<to>
<image>upagge/spring-boot-docker:jib-plugin</image>
</to>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>