You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2019/06/20 09:25:33 UTC

[jclouds] branch master updated: Do not tie duplicate class finder to a specific version of jclouds

This is an automated email from the ASF dual-hosted git repository.

nacx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new c6dc695  Do not tie duplicate class finder to a specific version of jclouds
c6dc695 is described below

commit c6dc6951afcac0df26b1e25df00feeb6b323f960
Author: Ignasi Barrera <na...@apache.org>
AuthorDate: Thu Jun 20 11:25:12 2019 +0200

    Do not tie duplicate class finder to a specific version of jclouds
---
 project/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/project/pom.xml b/project/pom.xml
index 4b2ef37..525cdac 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1152,12 +1152,10 @@
                   <dependency>
                     <groupId>org.apache.jclouds</groupId>
                     <artifactId>jclouds-core</artifactId>
-                    <version>${project.version}</version>
                   </dependency>
                   <dependency>
                     <groupId>org.apache.jclouds</groupId>
                     <artifactId>jclouds-gson</artifactId>
-                    <version>${project.version}</version>
                   </dependency>
                 </conflictingDependencies>
                 <packages>