File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 6464 </dependency >
6565 </dependencies >
6666 </dependencyManagement >
67-
6867 <repositories >
6968 <repository >
7069 <id >spring-milestones</id >
8281 <enabled >false</enabled >
8382 </releases >
8483 </repository >
84+ <!-- for spring ai alibaba nacos snapshot dependencies-->
85+ <repository >
86+ <id >sonatype-nexus-snapshots</id >
87+ <name >Sonatype Nexus Snapshots</name >
88+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
89+ <releases >
90+ <enabled >false</enabled >
91+ </releases >
92+ <snapshots >
93+ <enabled >true</enabled >
94+ </snapshots >
95+ </repository >
8596 </repositories >
86-
87- <!-- <build>-->
88- <!-- <plugins>-->
89- <!-- <plugin>-->
90- <!-- <groupId>org.springframework.boot</groupId>-->
91- <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
92- <!-- </plugin>-->
93- <!-- </plugins>-->
94- <!-- </build>-->
9597</project >
You can’t perform that action at this time.
0 commit comments