diff --git a/languagetool-language-modules/be/pom.xml b/languagetool-language-modules/be/pom.xml
index 83227b1e6d8d..fcd7fb3e97ee 100644
--- a/languagetool-language-modules/be/pom.xml
+++ b/languagetool-language-modules/be/pom.xml
@@ -43,6 +43,11 @@
org.languagetool
languagetool-core
+
+
+ io.github.belarus
+ linguistics.grammardb.spell.languagetool
+
junit
junit
diff --git a/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/README.txt b/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/README.txt
deleted file mode 100644
index 8403ce97856c..000000000000
--- a/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/README.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Spellchecker dictionary is based on Belarusian Grammar Database (https://bnkorpus.info/grammar.html)
-by Aleś Bułojčyk , Uładzimir Koščanka
-
-This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
diff --git a/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/be_BY.dict b/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/be_BY.dict
deleted file mode 100644
index 3f39d36bfcad..000000000000
Binary files a/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/be_BY.dict and /dev/null differ
diff --git a/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/be_BY.info b/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/be_BY.info
deleted file mode 100644
index 0d664851cf99..000000000000
--- a/languagetool-language-modules/be/src/main/resources/org/languagetool/resource/be/hunspell/be_BY.info
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Dictionary properties
-#
-# Dictionary was exported from Belarusian Grammar Database (https://bnkorpus.info/grammar.html)
-# by Aleś Bułojčyk , Uładzimir Koščanka
-#
-# This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
-#
-
-fsa.dict.separator=+
-fsa.dict.encoding=utf-8
-fsa.dict.encoder=none
-fsa.dict.speller.locale=be_BY
-fsa.dict.license=CC BY-SA 4.0
-fsa.dict.author=Aleś Bułojčyk , Uładzimir Koščanka
-fsa.dict.created=2021-09-06
diff --git a/pom.xml b/pom.xml
index 026afeff34c5..a488bed580c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,6 +225,7 @@
2.1
0.9
0.1
+ 1.0.2
1.3
1.3.2
@@ -968,6 +969,11 @@
+
+ io.github.belarus
+ linguistics.grammardb.spell.languagetool
+ ${belarusian-pos-dict.version}
+
org.mariadb.jdbc
mariadb-java-client