sid-srini commented on code in PR #9254:
URL: https://github.com/apache/netbeans/pull/9254#discussion_r3349043426


##########
platform/libs.testng/nbproject/project.xml:
##########
@@ -37,12 +37,20 @@
                 <package>org.testng.xml</package>
             </public-packages>
             <class-path-extension>
-                
<runtime-relative-path>ext/testng-6.14.3.jar</runtime-relative-path>
-                <binary-origin>external/testng-6.14.3.jar</binary-origin>
+                
<runtime-relative-path>ext/testng-7.11.0.jar</runtime-relative-path>
+                <binary-origin>external/testng-7.11.0.jar</binary-origin>
             </class-path-extension>
             <class-path-extension>
-                
<runtime-relative-path>ext/jcommander-1.78.jar</runtime-relative-path>
-                <binary-origin>external/jcommander-1.78.jar</binary-origin>
+                
<runtime-relative-path>ext/jcommander-1.85.jar</runtime-relative-path>
+                <binary-origin>external/jcommander-1.85.jar</binary-origin>
+            </class-path-extension>
+            <class-path-extension>
+                
<runtime-relative-path>ext/testng-ant-1.0.0.jar</runtime-relative-path>
+                <binary-origin>external/testng-ant-1.0.0.jar</binary-origin>
+            </class-path-extension>
+            <class-path-extension>
+                
<runtime-relative-path>ext/slf4j-api-2.0.17.jar</runtime-relative-path>
+                <binary-origin>external/slf4j-api-2.0.17.jar</binary-origin>
             </class-path-extension>

Review Comment:
   Yes, the logging implementation is typically added by the project which uses 
testng (and wants to introspect testng logs) and it would be incorrect to cause 
multiple slf4j implementations in such a project by adding one via this module. 
   Further the modules do not rely on the logger nor require it. Even the 
testng.ant module is able to provide verbose output using its own reporter 
implementation.
   
   Thanks for the review and cross-checking.



-- 
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]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to