Skip to content

Commit

Permalink
finally got BC libs "removed" for projects depending on this.
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jul 31, 2016
1 parent e9d9bb2 commit 53584bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void encryptWithAdditionalData() {
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>siv-mode</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
</dependencies>
```
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>siv-mode</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>

<name>SIV Mode</name>
<description>RFC 5297 SIV mode: deterministic authenticated encryption</description>
Expand Down Expand Up @@ -91,6 +91,11 @@
<keepDependenciesWithProvidedScope>false</keepDependenciesWithProvidedScope>
<createDependencyReducedPom>false</createDependencyReducedPom>
<createSourcesJar>true</createSourcesJar>
<artifactSet>
<includes>
<include>org.bouncycastle:bcprov-jdk15on</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.bouncycastle</pattern>
Expand All @@ -99,7 +104,7 @@
</relocations>
<filters>
<filter>
<artifact>org.bouncycastle:bcprov-jdk15on</artifact>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
Expand Down

0 comments on commit 53584bb

Please sign in to comment.