Java Migration: Apache Camel moved to 3.0 but Maven not able to download jars

155 Views Asked by At

I changed camel version to 3.0.0 from 2X during Java Migration.

<version.apache.camel>3.0.0</version.apache.camel>

When i build everything then i get following in eclipse

enter image description here

enter image description here

but all camel class turns not readable.

I explode jar in maven directory using decompiler and i get following :

enter image description here

Any idea how to fix this issue with 3.0.0? Is maven repository creating issue?

0

There are 0 best solutions below