diff --git a/bot-data/pom.xml b/bot-data/pom.xml
index fef3d3d..d86ba85 100644
--- a/bot-data/pom.xml
+++ b/bot-data/pom.xml
@@ -24,6 +24,10 @@
org.springframework.data
spring-data-jpa
+
+ org.liquibase
+ liquibase-core
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e6820c7..cc958f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,12 +152,6 @@
${postgresql.version}
-
- org.liquibase
- liquibase-core
- ${liquibase.version}
-
-
javax.persistence
javax.persistence-api