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