In Apache Karaf there is camel version 2.15.0, I wish to remove this version and install version 2.14.0.
I believe this installed version 2.14.0 as when I do feature:list I see camel version 2.14.0 but I also see the 2.15.0 still there. How to make the 2.15.0 go away?
karaf@root()> feature:repo-add camel 2.14.0
Adding feature url mvn:org.apache.camel.karaf/apache-camel/2.14.0/xml/features
karaf@root()>