migration

This commit is contained in:
hdvt
2025-11-03 21:16:02 +03:00
parent 6093465f0d
commit 15f77a945a
56 changed files with 991 additions and 604 deletions

View File

@@ -2,5 +2,8 @@ module longpolling.okhttp {
exports hdvtdev.telegram.longpolling.okhttp;
requires core;
requires okhttp3;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
}