From 00cb2e2037e778ddae5831b6cb8cfae5fa7b10f3 Mon Sep 17 00:00:00 2001 From: Robert Carnecky Date: Sun, 2 Feb 2020 23:22:53 +0100 Subject: [PATCH] Removed Envas references from generic Niagara template --- .idea/hotswap_agent.xml | 6 ++++++ templates/niagara-multi-module/rt/rt.gradle | 1 - templates/niagara-multi-module/ux/ux.gradle | 1 - templates/niagara-multi-module/wb/wb.gradle | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .idea/hotswap_agent.xml diff --git a/.idea/hotswap_agent.xml b/.idea/hotswap_agent.xml new file mode 100644 index 0000000..f51026b --- /dev/null +++ b/.idea/hotswap_agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/templates/niagara-multi-module/rt/rt.gradle b/templates/niagara-multi-module/rt/rt.gradle index 3da4d61..177ed43 100644 --- a/templates/niagara-multi-module/rt/rt.gradle +++ b/templates/niagara-multi-module/rt/rt.gradle @@ -38,7 +38,6 @@ sourceSets { dependencies { compile "Tridium:nre:4.7" compile "Tridium:baja:4.7" - compile "Neopsis:envasCommons-rt:4.0.0" } moduleTestJar { diff --git a/templates/niagara-multi-module/ux/ux.gradle b/templates/niagara-multi-module/ux/ux.gradle index fc7e9b3..94bb13c 100644 --- a/templates/niagara-multi-module/ux/ux.gradle +++ b/templates/niagara-multi-module/ux/ux.gradle @@ -29,7 +29,6 @@ sourceSets { dependencies { compile "Tridium:nre:4.7" compile "Tridium:baja:4.7" - compile "Neopsis:envas-ux:0.9.0" compile project(":{{moduleName}}-rt") } diff --git a/templates/niagara-multi-module/wb/wb.gradle b/templates/niagara-multi-module/wb/wb.gradle index 009ac39..af593b4 100644 --- a/templates/niagara-multi-module/wb/wb.gradle +++ b/templates/niagara-multi-module/wb/wb.gradle @@ -13,7 +13,6 @@ niagaraModule { dependencies { compile "Tridium:nre:4.7" compile "Tridium:baja:4.7" - compile "Neopsis:envas-wb:0.9.0" compile project(":{{moduleName}}-rt") }