Skip to content

Commit fd123ed

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

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

quarkus-service/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.github.rodrigorodrigues</groupId>
4242
<artifactId>spring-data-commons</artifactId>
43-
<version>4.0.0-SNAPSHOT</version>
43+
<version>4.0.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.quarkus</groupId>
@@ -245,13 +245,4 @@
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>
257248
</project>

0 commit comments

Comments
 (0)