I am getting following error while deploying one of the bundles using zookeeper service. Can you please let me know what is the problem and how can I fix it?
 
Error executing command: Error starting bundles:
        Unable to start bundle 271: Uses constraint violation. Unable to resolve bundle revision camel-blueprint-jetty-ha-server  because it is exposed to package 'org.fusesource.fabric.zookeep
er' from bundle revisions org.fusesource.fabric.fabric-zookeeper-spring  and org.fusesource.fabric.fabric-zookeeper  via two dependency chains.
 
Chain 1:
  camel-blueprint-jetty-ha-server 
    import: (&(osgi.wiring.package=org.fusesource.fabric.zookeeper)(version>=7.1.0)(!(version>=8.0.0)))
      
|       export: osgi.wiring.package=org.fusesource.fabric.zookeeper   org.fusesource.fabric.fabric-zookeeper-spring    Chain 2:   camel-blueprint-jetty-ha-server      import: (osgi.wiring.package=org.fusesource.fabric.camel)   | 
    export: osgi.wiring.package=org.fusesource.fabric.camel; uses:=org.fusesource.fabric.groups
  org.fusesource.fabric.fabric-camel 
    import: (&(osgi.wiring.package=org.fusesource.fabric.groups)(version>=7.1.0)(!(version>=7.2.0)))
      
|       export: osgi.wiring.package=org.fusesource.fabric.groups; uses:=org.fusesource.fabric.zookeeper   org.fusesource.fabric.fabric-groups      import: (&(osgi.wiring.package=org.fusesource.fabric.zookeeper)(version>=7.1.0)(!(version>=7.2.0)))   | 
    export: osgi.wiring.package=org.fusesource.fabric.zookeeper
  org.fusesource.fabric.fabric-zookeeper