reta commented on code in PR #1022:
URL: https://github.com/apache/cxf/pull/1022#discussion_r1015411106


##########
distribution/src/main/release/samples/pom.xml:
##########
@@ -210,6 +216,49 @@
             </plugins>
         </pluginManagement>
     </build>
+    <repositories>
+        <repository>
+            <id>spring.snapshots</id>
+            <url>https://repo.spring.io/snapshot/</url>
+            <name>Spring Snapshot Repo</name>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+        <repository>
+            <id>spring.milestone</id>
+            <url>https://repo.spring.io/milestone/</url>
+            <name>Spring Milestone Repo</name>
+        </repository>
+        <repository>
+            <id>netflix.candidates</id>
+            
<url>https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+    <pluginRepositories>
+        <pluginRepository>

Review Comment:
   Same here, I think we could get rid of snapshots repo



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to