From ef73d6858007b0102f856ffbfbf33560b34f08f6 Mon Sep 17 00:00:00 2001 From: Ganesh Kolekar Date: Sun, 24 May 2020 10:00:08 -0700 Subject: [PATCH 1/2] Updated bot-integration-spring version to 4.6.0-preview4 mvn package fails with bot-integration-spring version 4.0.0-SNAPSHOT --- samples/02.echo-bot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/02.echo-bot/pom.xml b/samples/02.echo-bot/pom.xml index d5a36fb63..c0cc24d4d 100644 --- a/samples/02.echo-bot/pom.xml +++ b/samples/02.echo-bot/pom.xml @@ -79,7 +79,7 @@ com.microsoft.bot bot-integration-spring - 4.0.0-SNAPSHOT + 4.6.0-preview4 compile From 4cd847ca978c7c8ebd202af8a340344cbf3d7577 Mon Sep 17 00:00:00 2001 From: Ganesh Kolekar Date: Sun, 24 May 2020 10:03:39 -0700 Subject: [PATCH 2/2] Replaced front slash with back slash Updated java -jar run command --- samples/02.echo-bot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/02.echo-bot/README.md b/samples/02.echo-bot/README.md index 476bdc790..8667de539 100644 --- a/samples/02.echo-bot/README.md +++ b/samples/02.echo-bot/README.md @@ -13,7 +13,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p ## To try this sample locally - From the root of this project folder: - Build the sample using `mvn package` - - Run it by using `java -jar .\target\bot-echo-sample.jar` + - Run it by using `java -jar ./target/bot-echo-sample.jar` - Test the bot using Bot Framework Emulator