Fix dependency issues with bouncycastle

This commit is contained in:
Robin Müller 2016-03-24 10:27:34 +01:00
parent 463998719c
commit e5b14baaad
1 changed files with 14 additions and 0 deletions

14
pom.xml
View File

@ -211,6 +211,20 @@
<artifactId>mockserver-netty</artifactId>
<version>3.10.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>