vlsi commented on issue #6041:
URL: https://github.com/apache/jmeter/issues/6041#issuecomment-1630822188

   This seems to be resolved in 5.6.2-rc1:
   
   ```xml
   <?xml version="1.0" encoding="UTF-8"?>
   <project xmlns="http://maven.apache.org/POM/4.0.0";
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
            xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
       <modelVersion>4.0.0</modelVersion>
   
       <groupId>org.example</groupId>
       <artifactId>TestBugMaven</artifactId>
       <version>1.0-SNAPSHOT</version>
   
       <dependencies>
           <dependency>
               <groupId>org.apache.jmeter</groupId>
               <artifactId>ApacheJMeter_http</artifactId>
               <version>5.6.2</version>
           </dependency>
       </dependencies>
   
       <repositories>
         <repository>
           <id>jmeter-5.6.2-rc1</id>
           
<url>https://repository.apache.org/content/repositories/orgapachejmeter-1087</url>
         </repository>
       </repositories>
   </project>
   ```
   
   Please try it.
   


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

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

Reply via email to