We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d7185 commit e8e2b61Copy full SHA for e8e2b61
frameworks/Java/smart-socket/pom.xml
@@ -92,6 +92,17 @@
92
<name>Sonatype Nexus Snapshots</name>
93
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
94
</repository>
95
+ <repository>
96
+ <name>Central Portal Snapshots</name>
97
+ <id>central-portal-snapshots</id>
98
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
99
+ <releases>
100
+ <enabled>false</enabled>
101
+ </releases>
102
+ <snapshots>
103
+ <enabled>true</enabled>
104
+ </snapshots>
105
+ </repository>
106
</repositories>
107
<pluginRepositories>
108
<pluginRepository>
0 commit comments