Tika-parser brings in an old version of cxf-rt-rs-client, make sure we grab the latest
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1c591f46 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1c591f46 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1c591f46 Branch: refs/heads/3.1.x-fixes Commit: 1c591f46917e57ed6d3a31a86af583d7bc617c73 Parents: dd31068 Author: Daniel Kulp <[email protected]> Authored: Mon Mar 6 15:47:38 2017 -0500 Committer: Daniel Kulp <[email protected]> Committed: Tue Mar 7 14:05:46 2017 -0500 ---------------------------------------------------------------------- rt/rs/extensions/search/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1c591f46/rt/rs/extensions/search/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml index 5213919..328bd46 100644 --- a/rt/rs/extensions/search/pom.xml +++ b/rt/rs/extensions/search/pom.xml @@ -52,6 +52,12 @@ </exclusions> </dependency> <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-client</artifactId> + <version>${project.version}</version> + <optional>true</optional> + </dependency> + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jpa_2.0_spec</artifactId> <version>${cxf.geronimo.jpa.version}</version>
