forked from pinpoint-apm/pinpoint
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Change the dependency graph of the bootstrap modules.
Before
graph LR
root --> bootstrap
root --> bootstrap-core
root --> bootstrap-java8
root --> bootstrap-java9
After
graph LR
root --> bootstraps
bootstraps --> bootstrap
bootstraps --> bootstrap-core
bootstraps --> bootstrap-java8
bootstraps --> bootstrap-java9
Metadata
Metadata
Assignees
Labels
No labels