Skip to content

Commit

Permalink
Fixing build after jasper upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 29, 2017
1 parent 61b3199 commit 229ceac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build-system/pom.xml
Expand Up @@ -593,12 +593,22 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>
</exclusion>
<exclusion> <!-- conflict with jasper -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-dom</artifactId>
<version>${wss4j.version}</version>
<exclusions>
<exclusion> <!-- conflict with jasper -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.cryptacular</groupId>
Expand Down

0 comments on commit 229ceac

Please sign in to comment.