From 4b1bf272a391349b266767c6e59c556fc8750adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Thu, 21 Sep 2023 12:09:46 +0200 Subject: [PATCH] Adjust name of Java Core Library in pom.xml Java Core Types is the name of another library, see https://github.com/Azure/azure-functions-java-library/blob/dev/pom.xml Having two libraries with the same name is confusing. --- azure-functions-java-core-library/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-functions-java-core-library/pom.xml b/azure-functions-java-core-library/pom.xml index a9bf01c..383da9f 100644 --- a/azure-functions-java-core-library/pom.xml +++ b/azure-functions-java-core-library/pom.xml @@ -13,7 +13,7 @@ - Microsoft Azure Functions Java Core Types + Microsoft Azure Functions Java Core Library This package contains core Java classes to interact with Microsoft Azure functions runtime. https://azure.microsoft.com/en-us/services/functions