You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2014/06/19 11:43:59 UTC

git commit: [CXF-5549] Making tika-parsers scope optional

Repository: cxf
Updated Branches:
  refs/heads/master 459b988fa -> a009f8709


[CXF-5549] Making tika-parsers scope optional


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a009f870
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a009f870
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a009f870

Branch: refs/heads/master
Commit: a009f8709d1d8f4e777690d61b63622e67fd60fd
Parents: 459b988
Author: Sergey Beryozkin <sb...@talend.com>
Authored: Thu Jun 19 10:43:43 2014 +0100
Committer: Sergey Beryozkin <sb...@talend.com>
Committed: Thu Jun 19 10:43:43 2014 +0100

----------------------------------------------------------------------
 rt/rs/extensions/search/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/a009f870/rt/rs/extensions/search/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index 47e9371..fc956fc 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -79,6 +79,7 @@
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-parsers</artifactId>
             <optional>true</optional>
+            <scope>test</scope>
             <exclusions>
             	<exclusion>
             		<groupId>org.apache.poi</groupId>