BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Samples (java_springboot/13.core-bot) fails during build process

Open MartinLuccanera opened this issue 4 years ago • 0 comments

Context

For more information, see the parent issue. #3436.

Sample information

  1. Sample type: Samples
  2. Sample language: java
  3. 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.

MartinLuccanera avatar Aug 27 '21 20:08 MartinLuccanera