IGNITE-7096: Missed dependencies in examples pom files this closes #3132
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/93988132 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/93988132 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/93988132 Branch: refs/heads/ignite-zk Commit: 93988132c7850fc4f443d223490a41d7aa94ad9f Parents: 104a7c8 Author: YuriBabak <[email protected]> Authored: Sat Dec 2 17:55:12 2017 +0300 Committer: YuriBabak <[email protected]> Committed: Sat Dec 2 17:55:12 2017 +0300 ---------------------------------------------------------------------- examples/pom-standalone-lgpl.xml | 5 +++++ examples/pom-standalone.xml | 5 +++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/93988132/examples/pom-standalone-lgpl.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone-lgpl.xml b/examples/pom-standalone-lgpl.xml index 3577d9c..2f6ff9c 100644 --- a/examples/pom-standalone-lgpl.xml +++ b/examples/pom-standalone-lgpl.xml @@ -168,6 +168,11 @@ <artifactId>ignite-ml</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.2</version> + </dependency> </dependencies> </profile> http://git-wip-us.apache.org/repos/asf/ignite/blob/93988132/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index 2c7cd1b..bf2117a 100644 --- a/examples/pom-standalone.xml +++ b/examples/pom-standalone.xml @@ -168,6 +168,11 @@ <artifactId>ignite-ml</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.2</version> + </dependency> </dependencies> </profile>
