Skip to content

Commit 5a88f6c

Browse files
Upgrade spring boot version - build quarkus-service
1 parent e7ec5a3 commit 5a88f6c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

quarkus-service/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,13 @@
245245
</properties>
246246
</profile>
247247
</profiles>
248+
<repositories>
249+
<repository>
250+
<id>github</id>
251+
<url>https://maven.pkg.github.com/rodrigorodrigues/spring-data-commons</url>
252+
<snapshots>
253+
<enabled>true</enabled>
254+
</snapshots>
255+
</repository>
256+
</repositories>
248257
</project>

0 commit comments

Comments
 (0)