Удалил лишние зависимости
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2023-02-19 00:19:36 +03:00
parent ce43c3cc82
commit de59e91cd7
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6
2 changed files with 0 additions and 8 deletions

View File

@ -24,10 +24,6 @@
<groupId>dev.struchkov.godfather</groupId> <groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-context-quarkus</artifactId> <artifactId>bot-context-quarkus</artifactId>
</dependency> </dependency>
<dependency>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-data-quarkus</artifactId>
</dependency>
<dependency> <dependency>
<groupId>io.smallrye.reactive</groupId> <groupId>io.smallrye.reactive</groupId>

View File

@ -24,10 +24,6 @@
<groupId>dev.struchkov.godfather</groupId> <groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-context-simple</artifactId> <artifactId>bot-context-simple</artifactId>
</dependency> </dependency>
<dependency>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-data-simple</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>