Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -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
```

Expand Down
3 changes: 1 addition & 2 deletions project.deps
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dbeaver-common
dbeaver
dbeaver-jdbc-libsql
dbeaver
Loading