Skip to content

Commit

Permalink
feat: 指定repository
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyQing committed Feb 18, 2024
1 parent 1004c39 commit 59a0799
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,20 @@
</dependency>
</dependencies>
</dependencyManagement>

<repositories>
<repository>
<id>s01</id>
<name>s01</name>
<url>https://s01.oss.sonatype.org/content/groups/public</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 59a0799

Please sign in to comment.