Поправил стартер

This commit is contained in:
Struchkov Mark 2023-03-29 01:21:47 +03:00
parent ffd90c9d68
commit aa64f06dd8
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6
2 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<telegram.bot.version>0.0.54-SNAPSHOT</telegram.bot.version>
<godfather.version>0.0.55-SNAPSHOT</godfather.version>
<godfather.version>0.0.55</godfather.version>
<telegram.bot.version>0.0.54</telegram.bot.version>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
<plugin.maven.compiler.ver>3.10.1</plugin.maven.compiler.ver>

View File

@ -214,6 +214,7 @@ public class TelegramBotAutoconfiguration {
@Bean
@ConditionalOnBean(EventDispatching.class)
@ConditionalOnMissingBean(EventDistributor.class)
public EventDistributor eventDistributor(
TelegramConnect telegramConnect, EventDispatching eventDispatching
) {