Connector chiose org.apache.http not connectjar.org.apache.http

connectjar.org.apache.http in connect-all package in 7.18 camunda

when connectjar create and then auto chiose connectjar

but I want org.apache.hettpclient

how I do ?

Hello @zhbtman123 ,

the package you refer to is shaded to a different namespace to prevent namespace clashes.

If you require org.apache.http, you should include this as separate dependency to your project.

I hope this helps

Jonathan

I made “exclusion” tag in pom.xml to avoid connectjar package be load