ignite-2.1.1 add test dependency
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2888097e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2888097e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2888097e Branch: refs/heads/ignite-2.1.2-exchange Commit: 2888097e118b98e935959338875d32341c1d1e57 Parents: 57bfba7 Author: Dmitriy Govorukhin <[email protected]> Authored: Fri Jun 16 17:33:10 2017 +0300 Committer: Dmitriy Govorukhin <[email protected]> Committed: Fri Jun 16 17:33:10 2017 +0300 ---------------------------------------------------------------------- modules/indexing/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2888097e/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index 2a4cfd3..5c74f37 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -68,6 +68,13 @@ </dependency> <dependency> + <groupId>com.thoughtworks.xstream</groupId> + <artifactId>xstream</artifactId> + <version>1.4.8</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version>
