Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract help into it's own subproject to minify core dependencies #209

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

mpollmeier
Copy link
Contributor

asciitable brings in quite a few libraries including antlr... better
have the option to not use it, or at least structure it like that

+-de.vandermeer:asciitable:0.3.2
[info]   | +-de.vandermeer:ascii-utf-themes:0.0.1
[info]   | | +-de.vandermeer:skb-interfaces:0.0.1
[info]   | |   +-org.antlr:ST4:4.0.8
[info]   | |   | +-org.antlr:antlr-runtime:3.5.2
[info]   | |   |
[info]   | |   +-org.antlr:antlr4:4.5.1
[info]   | |   +-org.apache.commons:commons-lang3:3.4
[info]   | |   +-org.slf4j:slf4j-api:1.7.12 (evicted by: 2.0.7)
[info]   | |   +-org.slf4j:slf4j-api:2.0.7
[info]   | |
[info]   | +-de.vandermeer:char-translation:0.0.2
[info]   |   +-de.vandermeer:skb-interfaces:0.0.1
[info]   |     +-org.antlr:ST4:4.0.8
[info]   |     | +-org.antlr:antlr-runtime:3.5.2
[info]   |     |
[info]   |     +-org.antlr:antlr4:4.5.1
[info]   |     +-org.apache.commons:commons-lang3:3.4
[info]   |     +-org.slf4j:slf4j-api:1.7.12 (evicted by: 2.0.7)
[info]   |     +-org.slf4j:slf4j-api:2.0.7
[info]   |

asciitable brings in quite a few libraries including antlr... better
have the option to not use it, or at least structure it like that

```
+-de.vandermeer:asciitable:0.3.2
[info]   | +-de.vandermeer:ascii-utf-themes:0.0.1
[info]   | | +-de.vandermeer:skb-interfaces:0.0.1
[info]   | |   +-org.antlr:ST4:4.0.8
[info]   | |   | +-org.antlr:antlr-runtime:3.5.2
[info]   | |   |
[info]   | |   +-org.antlr:antlr4:4.5.1
[info]   | |   +-org.apache.commons:commons-lang3:3.4
[info]   | |   +-org.slf4j:slf4j-api:1.7.12 (evicted by: 2.0.7)
[info]   | |   +-org.slf4j:slf4j-api:2.0.7
[info]   | |
[info]   | +-de.vandermeer:char-translation:0.0.2
[info]   |   +-de.vandermeer:skb-interfaces:0.0.1
[info]   |     +-org.antlr:ST4:4.0.8
[info]   |     | +-org.antlr:antlr-runtime:3.5.2
[info]   |     |
[info]   |     +-org.antlr:antlr4:4.5.1
[info]   |     +-org.apache.commons:commons-lang3:3.4
[info]   |     +-org.slf4j:slf4j-api:1.7.12 (evicted by: 2.0.7)
[info]   |     +-org.slf4j:slf4j-api:2.0.7
[info]   |
```
@mpollmeier mpollmeier requested a review from bbrehm June 24, 2024 11:25
@mpollmeier mpollmeier merged commit 0c563f2 into master Jun 27, 2024
1 check passed
@max-leuthaeuser max-leuthaeuser deleted the michael/help-as-subproject branch August 5, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant