Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Zookeeper version locked ?

Hello,

I tried to test a new version of the zookeeper (3.4.5) but I couldn't because the org.eclipse.ecf.provider.zookeeper is looked.

btw, its manifest has both required bundle and import packages for zookeeper:

Require-Bundle: org.apache.hadoop.zookeeper;bundle-version="[3.3.3,3.4.0)"

Import-Package: org.apache.zookeeper,
 org.apache.zookeeper.data,
 org.apache.zookeeper.server,
 org.apache.zookeeper.server.persistence,
 org.apache.zookeeper.server.quorum,

is that Require-Bundle really necessary ?

thanks,

Cristiano

Back to the top