Skip to content

Commit 5a91f29

Browse files
authored
Update pom.xml
1 parent 4ba47ba commit 5a91f29

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

spring-boot-example/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
<properties>
1616
<java.version>1.8</java.version>
1717
</properties>
18+
<repositories>
19+
<repository>
20+
<id>repository.spring.release</id>
21+
<name>Spring GA Repository</name>
22+
<url>http://repo.spring.io/release</url>
23+
</repository>
24+
</repositories>
1825
<dependencies>
1926
<dependency>
2027
<groupId>org.springframework.boot</groupId>
@@ -39,4 +46,4 @@
3946
</plugin>
4047
</plugins>
4148
</build>
42-
</project>
49+
</project>

0 commit comments

Comments
 (0)