slfan1989 commented on code in PR #7019:
URL: https://github.com/apache/hadoop/pull/7019#discussion_r1917570435


##########
dev-support/Jenkinsfile:
##########
@@ -71,7 +71,7 @@ pipeline {
                     checkout([
                         $class: 'GitSCM',
                         branches: [[name: "${env.YETUS_VERSION}"]],
-                        userRemoteConfigs: [[ url: 
'https://github.com/apache/yetus.git']]]
+                        userRemoteConfigs: [[ url: 
'https://github.com/ayushtkn/yetus.git']]]

Review Comment:
   @Hexiaoqiao Thank you very much for your message! I have carefully checked 
the agreement for the new package we introduced, as follows:
   
   > Apache License Version 2.0
   
   ```
   org.glassfish.jersey.core:jersey-common:2.46
   org.glassfish.jersey.core:jersey-server:2.46
   org.glassfish.jersey.inject:jersey-hk2:2.46
   org.glassfish.jersey.core:jersey-client:2.46
   org.glassfish.jersey.test-framework:jersey-test-framework-core:2.46
   
org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.46
   org.glassfish.jersey.containers:jersey-container-servlet:2.46
   org.glassfish.jersey.containers:jersey-container-servlet-core:2.46
   org.glassfish.jersey.media:jersey-media-json-jettison:2.46
   org.glassfish.jersey.media:jersey-media-jaxb:2.46
   net.jodah:failsafe:2.4.4
   ```
   
   > Eclipse Distribution License (EDL) 1.0
   
   ```
   jakarta.xml.bind:jakarta.xml.bind-api:2.3.3
   ```
   
   > Eclipse Public License (EPL) 2.0
   
   ```
   jakarta.ws.rs-api:jakarta.ws.rs-api:2.1.6
   jakarta.servlet.jsp:jakarta.servlet.jsp-api:2.3.6
   jakarta.servlet:jakarta.servlet-api:4.0.4
   ```
   
   cc: @pjfanning 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to