Skip to content

Commit b4d1fb0

Browse files
committed
add spring-ai-alibaba-repository
1 parent f046a09 commit b4d1fb0

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

pom.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
</dependency>
6565
</dependencies>
6666
</dependencyManagement>
67-
6867
<repositories>
6968
<repository>
7069
<id>spring-milestones</id>
@@ -82,14 +81,17 @@
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>

0 commit comments

Comments
 (0)