diff --git a/pom.xml b/pom.xml index 35cf1cc..161e53c 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,23 @@ dev.struchkov.godfather.telegram telegram-bot-spring-boot-autoconfiguration - 0.0.1-SNAPSHOT + 0.0.50-SNAPSHOT + + + + dev.struchkov.godfather.telegram + telegram-consumer-simple + ${telegram.bot.version} + + + dev.struchkov.godfather.telegram + telegram-core-simple + ${telegram.bot.version} + + + dev.struchkov.godfather.telegram + telegram-sender-simple + ${telegram.bot.version} diff --git a/telegram-bot-spring-boot-autoconfiguration/pom.xml b/telegram-bot-spring-boot-autoconfiguration/pom.xml index 76f3fc9..23206b0 100644 --- a/telegram-bot-spring-boot-autoconfiguration/pom.xml +++ b/telegram-bot-spring-boot-autoconfiguration/pom.xml @@ -21,17 +21,14 @@ dev.struchkov.godfather.telegram telegram-consumer-simple - ${telegram.bot.version} dev.struchkov.godfather.telegram telegram-core-simple - ${telegram.bot.version} dev.struchkov.godfather.telegram telegram-sender-simple - ${telegram.bot.version}