BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Samples (java_springboot/13.core-bot) fails during build process
Context
For more information, see the parent issue. #3436.
Sample information
- Sample type: Samples
- Sample language: java
- Sample name: 13.core-bot
Describe the bug
While testing these bots, we found out that it Fails due to, package com.microsoft.applicationinsights.core.dependencies.apachecommons.lang3 does not exist.
Here's a list of all the cases we found
| Bots | Status |
|---|---|
| java_springboot/13.core-bot | • Fails during build process. Fails due to, package com.microsoft.applicationinsights.core.dependencies.apachecommons.lang3 does not exist.• Adding the package dependency to the pom.xml solved the issue. |
Expected behavior
Bots work out the box using the provided deployment templates and configuration.
Actual behavior
Manual addition of package dependency to pom.xml was required to solved the issue.