Skip to content

Commit beda522

Browse files
author
Aaron
committed
fix:add snapshots 地址
1 parent 35f203e commit beda522

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

example/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<groupId>org.projectlombok</groupId>
3333
<artifactId>lombok</artifactId>
3434
</dependency>
35+
3536
<dependency>
3637
<groupId>io.github.avidbyte</groupId>
3738
<artifactId>netty-websocket-boot-starter</artifactId>
@@ -52,6 +53,20 @@
5253
</dependencies>
5354
</dependencyManagement>
5455

56+
<repositories>
57+
<repository>
58+
<!-- ID必填 -->
59+
<id>snapshots</id>
60+
<!-- Maven私服SNAPSHAT仓库URL,这里需要替换为实际公司的私服地址 -->
61+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
62+
<!-- 设置启用SNAPSHOT -->
63+
<snapshots>
64+
<enabled>true</enabled>
65+
</snapshots>
66+
</repository>
67+
</repositories>
68+
69+
5570
<build>
5671
<plugins>
5772
<plugin>

0 commit comments

Comments
 (0)