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