> +    <dependency>    
> +      <groupId>org.apache.jclouds.api</groupId>
> +      <artifactId>openstack-keystone</artifactId>
> +      <version>${project.parent.version}</version>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.apache.jclouds.api</groupId>
> +      <artifactId>openstack-keystone</artifactId>
> +      <version>${project.parent.version}</version>
> +      <type>test-jar</type>
> +      <scope>test</scope>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.apache.jclouds</groupId>
> +      <artifactId>jclouds-core</artifactId>
> +      <version>${project.parent.version}</version>

Should we be using `jclouds.version` for this and all jclouds core deps, to 
match the OSGi imports?

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

Reply via email to