From 5f62bf3e6298b0c5943ab7462eaaa15d1bbc8e7f Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Mon, 11 Jul 2016 06:52:50 +0000 Subject: [PATCH] Missing i2ptunnel dependency in IDEA --- apps/i2ptunnel/i2ptunnel.iml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/i2ptunnel/i2ptunnel.iml b/apps/i2ptunnel/i2ptunnel.iml index 7f8d9290e5..d60f56b706 100644 --- a/apps/i2ptunnel/i2ptunnel.iml +++ b/apps/i2ptunnel/i2ptunnel.iml @@ -27,5 +27,6 @@ <orderEntry type="module" module-name="ministreaming" /> <orderEntry type="library" scope="TEST" name="junit:junit:4.12" level="application" /> <orderEntry type="library" name="jettylib" level="project" /> + <orderEntry type="module" module-name="jetty" /> </component> </module> \ No newline at end of file -- GitLab