> +    </parent>
> +  
> +    <!-- TODO: when out of labs, switch to org.jclouds.api -->
> +    <artifactId>etcd</artifactId>
> +    <name>jclouds etcd api</name>
> +    <description>jclouds components to access an implementation of 
> etcd</description>
> +    <packaging>bundle</packaging>
> +
> +    <properties>
> +        <test.etcd.endpoint>http://127.0.0.1:2379</test.etcd.endpoint>
> +        <test.etcd.identity>FIXME</test.etcd.identity>
> +        <test.etcd.credential>FIXME</test.etcd.credential>
> +        <test.etcd.api-version>v2</test.etcd.api-version>
> +        
> <jclouds.osgi.export>org.jclouds.etcd*;version="${project.version}"</jclouds.osgi.export>
> +        <jclouds.osgi.import>
> +            org.jclouds.labs*;version="${project.version}",

Are there any specific classes in `org.jclouds.labs` that need to be imported?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/194/files#r35618679

Reply via email to