Dependency issue with DocumentDBInput vs cosmosdb on azure-functions-maven-plugin
See original GitHub issuePlugin name and version
azure-functions-maven-plugin (0.2.0)
Plugin configuration in your pom.xml
Expected behavior
Project should be packaged with all dependancies.
Actual behavior
Error as mentioned.
Steps to reproduce the problem
Started getting error after following commit on this repo. rename documentdb to cosmosdb (#128)
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:43 min
[INFO] Finished at: 2018-04-19T21:48:43-06:00
[INFO] Final Memory: 56M/509M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:0.1.8:package (package-functions) on project **roomSync**: Execution package-functions of goal com.microsoft.azure:azure-functions-maven-plugin:0.1.8:package failed: A required class was missing while executing com.microsoft.azure:azure-functions-maven-plugin:0.1.8:package: com/microsoft/azure/serverless/functions/annotation/DocumentDBInput
[ERROR] -----------------------------------------------------
[ERROR] realm = plugin>com.microsoft.azure:azure-functions-maven-plugin:0.1.8
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import from realm ClassRealm[maven.api, parent: null]]
[ERROR]
[ERROR] -----------------------------------------------------: com.microsoft.azure.serverless.functions.annotation.DocumentDBInput
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Dependency issue with DocumentDBInput vs cosmosdb on ...
Actually I am not using CosmosDB or DocumentDb anywhere in my project. Any specific version of azure-functions-maven-plugin I should use ?
Read more >Diagnose and troubleshoot issues when using Azure Cosmos ...
This article covers common issues, workarounds, diagnostic steps, and tools when you use the .NET SDK with Azure Cosmos DB for NoSQL ...
Read more >Azure documentdb create/query document dependency error ...
This behavior seems to be very intermittent (maybe a problem with concurrency), but does not seem to actually be causing API errors as...
Read more >azure-maven-plugins from microsoft - Coder Social
I'm using the azure-functions-maven-plugin , version 0.1.9-SNAPSHOT (cloned from github). ... Dependency issue with DocumentDBInput vs cosmosdb on ...
Read more >Collecting Cosmos DB dependency telemetry with Application ...
In order to understand the problem at the application level, you can create an extension to Cosmos DB SDK v3 and send the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jdneo Your hot fix worked. Thanks much. Happy Friday !
Thanks for quick update.