diff --git a/README.md b/README.md index cff6c99..ae35cb9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ To build this repository locally, you need: - Local sibling checkouts of dependencies referenced by `project.deps`: - `dbeaver-common` - `dbeaver` - - `dbeaver-jdbc-libsql` The root Maven build inherits from `../dbeaver`, and the product aggregate also includes sibling modules from `../../../dbeaver-common` and `../../../dbeaver`. @@ -43,7 +42,6 @@ The root Maven build inherits from `../dbeaver`, and the product aggregate also ```bash git clone https://github.com/dbeaver/dbeaver-common.git git clone https://github.com/dbeaver/dbeaver.git -git clone https://github.com/dbeaver/dbeaver-jdbc-libsql.git git clone https://github.com/dbeaver/dbvr.git ``` diff --git a/project.deps b/project.deps index b6efb44..a3cf985 100644 --- a/project.deps +++ b/project.deps @@ -1,3 +1,2 @@ dbeaver-common -dbeaver -dbeaver-jdbc-libsql +dbeaver \ No newline at end of file