File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ skinparam rectangle {
66 BackgroundColor <<runtime>> lightBlue
77 BackgroundColor <<provided>> lightGray
88}
9- rectangle "codingstyle\n\n5.20.0-SNAPSHOT" as edu_hm_hafner_codingstyle_jar
109rectangle "spotbugs-annotations\n\n4.9.6" as com_github_spotbugs_spotbugs_annotations_jar
10+ rectangle "jsr305\n\n3.0.2" as com_google_code_findbugs_jsr305_jar
11+ rectangle "codingstyle\n\n5.20.0-SNAPSHOT" as edu_hm_hafner_codingstyle_jar
1112rectangle "error_prone_annotations\n\n2.41.0" as com_google_errorprone_error_prone_annotations_jar
1213rectangle "commons-lang3\n\n3.18.0" as org_apache_commons_commons_lang3_jar
1314rectangle "commons-io\n\n2.20.0" as commons_io_commons_io_jar
15+ com_github_spotbugs_spotbugs_annotations_jar .[#ABABAB] .> com_google_code_findbugs_jsr305_jar
1416edu_hm_hafner_codingstyle_jar -[#000000] -> com_github_spotbugs_spotbugs_annotations_jar
1517edu_hm_hafner_codingstyle_jar -[#000000] -> com_google_errorprone_error_prone_annotations_jar
1618edu_hm_hafner_codingstyle_jar -[#000000] -> org_apache_commons_commons_lang3_jar
You can’t perform that action at this time.
0 commit comments