jloisel opened a new issue, #6041:
URL: https://github.com/apache/jmeter/issues/6041

   ### Expected behavior
   
   When trying to depend on Apache JMeter http dependency:
   
   > [WARNING] The POM for org.apache.jmeter:ApacheJMeter_http:jar:5.6.1 is 
invalid, transitive dependencies (if any) will not be available, enable debug 
logging for more details
   
   > java: package org.apache.jmeter.testelement does not exist
   
   
![image](https://github.com/apache/jmeter/assets/3208716/ace269a3-9f7a-4a92-b82c-865cc05a8381)
   
   
   ### Actual behavior
   
   _No response_
   
   ### Steps to reproduce the problem
   
   ```xml
     <dependencies>
       <dependency>
         <groupId>org.apache.jmeter</groupId>
         <artifactId>ApacheJMeter_http</artifactId>
         <version>5.6.1</version>
       </dependency>
     </dependencies>
   ```
   
   ### JMeter Version
   
   5.6.1
   
   ### Java Version
   
   openjdk version "17.0.7" 2023-04-18
   
   ### OS Version
   
   Ubuntu 22.04 LTS


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

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

Reply via email to