We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a1bd4 commit 35c703aCopy full SHA for 35c703a
main-class/pom.xml
@@ -16,10 +16,7 @@
16
<dependency>
17
<groupId>org.springframework</groupId>
18
<artifactId>spring-core</artifactId>
19
- <!-- TODO: This works -->
20
- <!-- <version>6.2.4</version>-->
21
- <!-- TODO: This provokes the error -->
22
- <version>6.2.5</version>
+ <version>6.2.7-SNAPSHOT</version>
23
</dependency>
24
25
@@ -33,4 +30,13 @@
33
30
<version>5.12.2</version>
34
31
35
32
</dependencies>
+
+ <repositories>
+ <repository>
36
+ <id>repository.spring.snapshot</id>
37
+ <name>Spring Snapshot Repository</name>
38
+ <url>http://repo.spring.io/snapshot</url>
39
+ <snapshots/>
40
+ </repository>
41
+ </repositories>
42
</project>
0 commit comments