Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 7, 2015
2 parents 3396289 + 8c6b39a commit fe2a890
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions build-system/pom.xml
Expand Up @@ -674,6 +674,26 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion> <!-- Causes problems with OpenDJ -->
<groupId>bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
</exclusion>
<exclusion> <!-- Causes problems with OpenDJ -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
</exclusion>
<exclusion> <!-- Causes problems with OpenDJ -->
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
</exclusion>
<exclusion> <!-- Causes problems with OpenDJ -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
</exclusion>
<exclusion> <!-- Causes problems with OpenDJ -->
<groupId>org.bouncycastle</groupId>
<artifactId>bctsp-jdk14</artifactId>
</exclusion>
<!-- use in midPoint 3.2
<exclusion>
<groupId>org.apache.lucene</groupId>
Expand Down

0 comments on commit fe2a890

Please sign in to comment.