Repository: tika Updated Branches: refs/heads/2.x 4704d976c -> cebf72382
TIKA-2062 - Remove bouncy castle inlining in bundles Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/cebf7238 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/cebf7238 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/cebf7238 Branch: refs/heads/2.x Commit: cebf7238225701889e280034e52dc9aa47292cad Parents: 4704d97 Author: Bob Paulin <[email protected]> Authored: Sun Aug 28 11:35:29 2016 -0500 Committer: Bob Paulin <[email protected]> Committed: Sun Aug 28 11:35:29 2016 -0500 ---------------------------------------------------------------------- tika-parser-bundles/tika-parser-crypto-bundle/pom.xml | 6 +++--- tika-parser-bundles/tika-parser-office-bundle/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/cebf7238/tika-parser-bundles/tika-parser-crypto-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parser-bundles/tika-parser-crypto-bundle/pom.xml b/tika-parser-bundles/tika-parser-crypto-bundle/pom.xml index 034b1fe..21ffda7 100644 --- a/tika-parser-bundles/tika-parser-crypto-bundle/pom.xml +++ b/tika-parser-bundles/tika-parser-crypto-bundle/pom.xml @@ -43,9 +43,9 @@ <Bundle-Activator>org.apache.tika.module.crypto.internal.Activator</Bundle-Activator> <Embed-Dependency> tika-parser-crypto-module;inline=true, - bcmail-jdk15on;inline=true, - bcprov-jdk15on;inline=true, - bcpkix-jdk15on;inline=true, + bcmail-jdk15on, + bcprov-jdk15on, + bcpkix-jdk15on, commons-io;inline=true </Embed-Dependency> <Embed-Transitive>true</Embed-Transitive> http://git-wip-us.apache.org/repos/asf/tika/blob/cebf7238/tika-parser-bundles/tika-parser-office-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parser-bundles/tika-parser-office-bundle/pom.xml b/tika-parser-bundles/tika-parser-office-bundle/pom.xml index f743aa2..f6b2169 100644 --- a/tika-parser-bundles/tika-parser-office-bundle/pom.xml +++ b/tika-parser-bundles/tika-parser-office-bundle/pom.xml @@ -74,7 +74,7 @@ java-libpst;inline=true, curvesapi;inline=true, xmlbeans;inline=true, - bcprov-jdk15on;inline=true, + bcprov-jdk15on, </Embed-Dependency> <Embed-Transitive>true</Embed-Transitive> <Export-Package>
