attempt to fix cloudbees build

This commit is contained in:
Adrian Cole 2012-02-23 16:44:23 +02:00
parent fa7f81c4e7
commit 0128dcec19
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@
<artifactId>jclouds-core</artifactId>
<version>${project.version}</version>
</dependency>
<!-- only required for Pems.java and only writing a private key file -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.46</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>