> + org.jclouds*;version="${project.version}",*
> + </jclouds.osgi.import>
> + </properties>
> +
> + <dependencies>
> + <dependency>
> + <groupId>org.apache.jclouds.labs</groupId>
> + <artifactId>openstack-neutron</artifactId>
> + <version>${project.parent.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.labs</groupId>
> + <artifactId>openstack-neutron</artifactId>
> + <version>${project.parent.version}</version>
> + </dependency>
> + <dependency>
keystone and core are implicit deps, so unless you are trying to call them out,
I'd remove them. We add them as test deps only because test scope doesn't
inherit.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20385482