Skip to content

Commit

Permalink
Add profitbricks-rest provider dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alibazlamit committed Mar 16, 2017
1 parent 4a3d352 commit 03e8842
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jclouds-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ limitations under the License.
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-allcompute</artifactId>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>oneandone</artifactId>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>profitbricks-rest</artifactId>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds</groupId>
Expand Down Expand Up @@ -101,6 +111,7 @@ limitations under the License.
<version>${jclouds.version}</version>
<type>test-jar</type>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 03e8842

Please sign in to comment.