From da16853ba6238996bdf2053f0598c87647fc2a67 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 18 Feb 2023 20:46:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- telegram-bot-spring-boot-autoconfiguration/pom.xml | 2 +- .../telegram/starter/TelegramBotAutoconfiguration.java | 8 ++++---- telegram-bot-spring-boot-starter/pom.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index cc778f4..35cf1cc 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ dev.struchkov.godfather.telegram telegram-bot-spring-boot-starter-parent - 0.0.1-SNAPSHOT + 0.0.50-SNAPSHOT pom telegram-bot-spring-boot-autoconfiguration @@ -25,7 +25,7 @@ UTF-8 UTF-8 - 0.0.49 + 0.0.50-SNAPSHOT 3.10.1 diff --git a/telegram-bot-spring-boot-autoconfiguration/pom.xml b/telegram-bot-spring-boot-autoconfiguration/pom.xml index d688327..76f3fc9 100644 --- a/telegram-bot-spring-boot-autoconfiguration/pom.xml +++ b/telegram-bot-spring-boot-autoconfiguration/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.godfather.telegram telegram-bot-spring-boot-starter-parent - 0.0.1-SNAPSHOT + 0.0.50-SNAPSHOT telegram-bot-spring-boot-autoconfiguration diff --git a/telegram-bot-spring-boot-autoconfiguration/src/main/java/dev/struchkov/godfather/telegram/starter/TelegramBotAutoconfiguration.java b/telegram-bot-spring-boot-autoconfiguration/src/main/java/dev/struchkov/godfather/telegram/starter/TelegramBotAutoconfiguration.java index 8d13916..539cf14 100644 --- a/telegram-bot-spring-boot-autoconfiguration/src/main/java/dev/struchkov/godfather/telegram/starter/TelegramBotAutoconfiguration.java +++ b/telegram-bot-spring-boot-autoconfiguration/src/main/java/dev/struchkov/godfather/telegram/starter/TelegramBotAutoconfiguration.java @@ -1,6 +1,10 @@ package dev.struchkov.godfather.telegram.starter; import dev.struchkov.godfather.main.domain.content.Mail; +import dev.struchkov.godfather.simple.context.repository.PersonSettingRepository; +import dev.struchkov.godfather.simple.context.repository.StorylineContext; +import dev.struchkov.godfather.simple.context.repository.StorylineRepository; +import dev.struchkov.godfather.simple.context.repository.UnitPointerRepository; import dev.struchkov.godfather.simple.context.service.ErrorHandler; import dev.struchkov.godfather.simple.context.service.EventHandler; import dev.struchkov.godfather.simple.context.service.PersonSettingService; @@ -12,10 +16,6 @@ import dev.struchkov.godfather.simple.core.service.StorylineContextMapImpl; import dev.struchkov.godfather.simple.core.service.StorylineMailService; import dev.struchkov.godfather.simple.core.service.StorylineService; import dev.struchkov.godfather.simple.core.service.UnitPointerServiceImpl; -import dev.struchkov.godfather.simple.data.StorylineContext; -import dev.struchkov.godfather.simple.data.repository.PersonSettingRepository; -import dev.struchkov.godfather.simple.data.repository.StorylineRepository; -import dev.struchkov.godfather.simple.data.repository.UnitPointerRepository; import dev.struchkov.godfather.simple.data.repository.impl.PersonSettingLocalRepository; import dev.struchkov.godfather.simple.data.repository.impl.StorylineMapRepository; import dev.struchkov.godfather.simple.data.repository.impl.UnitPointLocalRepository; diff --git a/telegram-bot-spring-boot-starter/pom.xml b/telegram-bot-spring-boot-starter/pom.xml index 1d8d4f6..f6488a5 100644 --- a/telegram-bot-spring-boot-starter/pom.xml +++ b/telegram-bot-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.godfather.telegram telegram-bot-spring-boot-starter-parent - 0.0.1-SNAPSHOT + 0.0.50-SNAPSHOT telegram-bot-spring-boot-starter