-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.20.0
-
Component/s: camel-consul
-
Labels:None
-
Estimated Complexity:Novice
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)
- links to