Use OAuth from the main repo

This commit is contained in:
Ignasi Barrera 2015-04-15 21:47:02 +02:00
parent 88c3c61081
commit 3c5f3ae66e
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@
<dependencies>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<groupId>org.apache.jclouds.api</groupId>
<artifactId>oauth</artifactId>
<version>${project.version}</version>
<version>${jclouds.version}</version>
<type>jar</type>
</dependency>
<dependency>