ignite-388 dependency fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d1c60a07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d1c60a07 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d1c60a07 Branch: refs/heads/ignite-tests-todo Commit: d1c60a07601222cb0a9a34a5ebe1db639b1b06f0 Parents: 33f34e4 Author: avinogradov <avinogra...@gridgain.com> Authored: Wed Mar 25 17:02:00 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Wed Mar 25 17:02:00 2015 +0300 ---------------------------------------------------------------------- modules/urideploy/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d1c60a07/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index 2788c14..40153c2 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -118,6 +118,13 @@ <dependency> <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-io</artifactId> + <version>9.0.5.v20130815</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> <version>9.0.5.v20130815</version> <scope>test</scope>