spring-cloud-function icon indicating copy to clipboard operation
spring-cloud-function copied to clipboard

spring-cloud-function-samples/function-sample-azure-http-trigger Maven install fails

Open GustavoOS opened this issue 1 year ago • 0 comments

Describe the bug

  1. Clone the project
  2. Open spring-cloud-function-samples/function-sample-azure-http-trigger
  3. Run mvn clean install

Expectation: install to succeed

Actual behaviour: [ERROR] Failed to execute goal on project azure-httptrigger-demo: Could not resolve dependencies for project com.example.azure.di:azure-httptrigger-demo:jar:0.0.1-SNAPSHOT: Could not find artifact org.springframework.cloud:spring-cloud-function-adapter-azure:jar:4.1.0-SNAPSHOT

GustavoOS avatar Jun 13 '24 18:06 GustavoOS