camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.02k stars 1.53k forks source link

fix(distro): tomcat exclude connect-http-* libs #4423

Closed venetrius closed 2 weeks ago

venetrius commented 3 weeks ago

related to: #4422

venetrius commented 3 weeks ago

Tested locally that introduced dependencies are removed: mvn dependency:tree -pl distro/tomcat/distro,distro/tomcat/assembly,connect,connect/core,/connect/connectors-all,connect/http-client

[INFO] --- dependency:2.8:tree (default-cli) @ camunda-bpm-tomcat ---
...
[INFO] |  +- org.camunda.bpm:camunda-engine-plugin-connect:jar:7.22.0-SNAPSHOT:compile
[INFO] |  +- org.camunda.connect:camunda-connect-connectors-all:jar:7.22.0-SNAPSHOT:compile
-[INFO] |  |  +- org.camunda.connect:camunda-connect-http-client:jar:7.22.0-SNAPSHOT:compile
-[INFO] |  |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.14:compile
-[INFO] |  |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.16:compile
-[INFO] |  |  |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
-[INFO] |  |  |  \- commons-codec:commons-codec:jar:1.15:compile
-[INFO] |  |  \- org.camunda.connect:camunda-connect-soap-http-client:jar:7.22.0-SNAPSHOT:compile
...