Skip to content

Commit d9466a1

Browse files
committed
feat(pom): clean up unused repository entries in pom.xml
1 parent bd2c5da commit d9466a1

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@
280280
<updatePolicy>always</updatePolicy>
281281
</snapshots>
282282
</repository>
283-
<!-- Sonatype OSS 快照仓库 - 阿里云的开源项目通常发布在这里 -->
284283
<repository>
285284
<id>sonatype-snapshots</id>
286285
<name>Sonatype Snapshot Repository</name>
@@ -293,15 +292,6 @@
293292
<updatePolicy>always</updatePolicy>
294293
</snapshots>
295294
</repository>
296-
<!-- 阿里云公共仓库(备选) -->
297-
<repository>
298-
<id>aliyun-snapshots</id>
299-
<name>Aliyun Snapshot Repository</name>
300-
<url>https://maven.aliyun.com/repository/public</url>
301-
<snapshots>
302-
<enabled>true</enabled>
303-
</snapshots>
304-
</repository>
305295
</repositories>
306296

307297
<build>

spring-ai-alibaba-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@
507507
<updatePolicy>always</updatePolicy>
508508
</snapshots>
509509
</repository>
510-
<!-- Sonatype OSS 快照仓库 - 阿里云的开源项目通常发布在这里 -->
511510
<repository>
512511
<id>sonatype-snapshots</id>
513512
<name>Sonatype Snapshot Repository</name>
@@ -520,15 +519,6 @@
520519
<updatePolicy>always</updatePolicy>
521520
</snapshots>
522521
</repository>
523-
<!-- 阿里云公共仓库(备选) -->
524-
<repository>
525-
<id>aliyun-snapshots</id>
526-
<name>Aliyun Snapshot Repository</name>
527-
<url>https://maven.aliyun.com/repository/public</url>
528-
<snapshots>
529-
<enabled>true</enabled>
530-
</snapshots>
531-
</repository>
532522
</repositories>
533523

534524
</project>

0 commit comments

Comments
 (0)