You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by GitBox <gi...@apache.org> on 2022/04/15 18:34:18 UTC

[GitHub] [ws-wss4j] free2create commented on a diff in pull request #49: WSS-687 - Update OpenSAML to 4.1.1

free2create commented on code in PR #49:
URL: https://github.com/apache/ws-wss4j/pull/49#discussion_r851427298


##########
pom.xml:
##########
@@ -481,4 +481,23 @@
         </snapshotRepository>
     </distributionManagement>
 
+    <repositories>
+        <repository>
+            <id>A_maven.central</id>
+            <name>Maven Central</name>
+            <url>https://repo1.maven.org/maven2/</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>

Review Comment:
   ```suggestion
           <repository>
               <id>A_maven.central</id>
               <name>Maven Central</name>
               <url>https://repo1.maven.org/maven2/</url>
               <releases>
                   <enabled>true</enabled>
               </releases>
               <snapshots>
                   <enabled>true</enabled>
               </snapshots>
           </repository>
   ```



-- 
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-unsubscribe@ws.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org