diff --git a/demos/demo-bot/pom.xml b/demos/demo-bot/pom.xml index 43f97d98..6fd30a1e 100644 --- a/demos/demo-bot/pom.xml +++ b/demos/demo-bot/pom.xml @@ -8,7 +8,7 @@ org.finos.springbot spring-bot 9.0.1-SNAPSHOT - ../.. + ../../pom.xml org.finos.springbot.demos diff --git a/demos/rooms-bot/pom.xml b/demos/rooms-bot/pom.xml index 5107a7dc..f372b7ed 100644 --- a/demos/rooms-bot/pom.xml +++ b/demos/rooms-bot/pom.xml @@ -7,7 +7,7 @@ org.finos.springbot spring-bot 9.0.1-SNAPSHOT - ../.. + ../../pom.xml org.finos.springbot.demos diff --git a/libs/teams/teams-chat-workflow-spring-boot-starter/src/main/java/org/finos/springbot/teams/TeamsWorkflowConfig.java b/libs/teams/teams-chat-workflow-spring-boot-starter/src/main/java/org/finos/springbot/teams/TeamsWorkflowConfig.java index ec15bdac..beee3f02 100644 --- a/libs/teams/teams-chat-workflow-spring-boot-starter/src/main/java/org/finos/springbot/teams/TeamsWorkflowConfig.java +++ b/libs/teams/teams-chat-workflow-spring-boot-starter/src/main/java/org/finos/springbot/teams/TeamsWorkflowConfig.java @@ -158,7 +158,7 @@ public TeamsStateStorage teamsAzureBlobStateStorage( @Bean @ConditionalOnProperty(matchIfMissing = true, name = "teams.storage.type", havingValue = "memory") @ConditionalOnMissingBean - public TeamsStateStorage teamsAzureBlobStateStorage() { + public TeamsStateStorage teamsInMemoryStateStorage() { LOG.warn("Using Memory storage for Azure data - NOT FOR PRODUCTION"); return new MemoryStateStorage(); } diff --git a/pom.xml b/pom.xml index 94101cb0..469df210 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,7 @@ 1.14.3 21.2.0 2.5.0 + 1.9.15 @@ -211,6 +212,13 @@ + + + org.jvnet.mimepull + mimepull + ${mimepull.version} + + com.fasterxml.jackson.core jackson-core