From 4b000695da71cc9afbb1e5b24ebf2b8d3abea43d Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Mon, 21 May 2018 17:17:19 +0800 Subject: [PATCH] fix a bug that copying the function runtime into lib (#21) --- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-functions-archetype/src/main/resources/archetype-resources/pom.xml b/azure-functions-archetype/src/main/resources/archetype-resources/pom.xml index 92ad7b2..b36bc13 100644 --- a/azure-functions-archetype/src/main/resources/archetype-resources/pom.xml +++ b/azure-functions-archetype/src/main/resources/archetype-resources/pom.xml @@ -124,7 +124,7 @@ false true runtime - com.microsoft.azure.azure-functions-java-core + azure-functions-java-core