Fix problem with building with JDK 1.5 bringing in bouncy castle dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b16de2a55d
commit
7033904ec0
1 changed files with 8 additions and 0 deletions
|
@ -234,6 +234,10 @@
|
|||
<groupId>bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk13</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
@ -301,6 +305,10 @@
|
|||
<groupId>bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk13</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
|
Loading…
Add table
Reference in a new issue