We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcda97 commit 4e7ad22Copy full SHA for 4e7ad22
pom.xml
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
4
<modelVersion>4.0.0</modelVersion>
@@ -237,8 +237,8 @@
237
238
<repositories>
239
<repository>
240
- <id>spring-libs-release</id>
241
- <url>http://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>http://repo.spring.io/libs-snapshot</url>
242
</repository>
243
</repositories>
244
0 commit comments