This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tika.
commit 079e8134406cb74b83236571242bbb1b960b07b6 Author: Markus Koschany <[email protected]> Date: Mon Nov 30 17:45:59 2015 +0000 Update optional-parser-dependencies.patch --- debian/patches/optional-parser-dependencies.patch | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/patches/optional-parser-dependencies.patch b/debian/patches/optional-parser-dependencies.patch index 5d933bc..4e14907 100644 --- a/debian/patches/optional-parser-dependencies.patch +++ b/debian/patches/optional-parser-dependencies.patch @@ -4,7 +4,8 @@ Subject: optional parser dependencies --- tika-parsers/pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 44 insertions(+) + tika-xmp/pom.xml | 1 + + 2 files changed, 45 insertions(+) diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml index c0f673f..6872101 100644 @@ -301,3 +302,15 @@ index c0f673f..6872101 100644 </dependency> </dependencies> +diff --git a/tika-xmp/pom.xml b/tika-xmp/pom.xml +index 7b152fd..6588400 100644 +--- a/tika-xmp/pom.xml ++++ b/tika-xmp/pom.xml +@@ -85,6 +85,7 @@ + <groupId>com.adobe.xmp</groupId> + <artifactId>xmpcore</artifactId> + <version>5.1.2</version> ++ <optional>true</optional> + </dependency> + <dependency> + <groupId>junit</groupId> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tika.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

