Peter Palaga created CAMEL-11794:
------------------------------------
Summary: Remove commons-codec and commons-land deps from the
Consul component
Key: CAMEL-11794
URL: https://issues.apache.org/jira/browse/CAMEL-11794
Project: Camel
Issue Type: Task
Reporter: Peter Palaga
The Consul component is currently depending on Directory Studio's repackagings
of commons-lang and commons-codec
https://github.com/apache/camel/blob/61ad97f02acdbec562a905d16da9686fba5a58b4/components/camel-consul/pom.xml#L104-L114
To solve this, one could either use the commons-lang and commons-codec
originals or try to get the job done with pure JDK (it is just Base64 decoding
and object deserialization)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)