Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Graphviz
outputsvg
thumbnailtrue
attachmentVersionreplace
digraph module_dependencies{
node [shape="box", color="lightseagreen", style="filled,rounded", fillcolor="lightyellow1"];
edge [color="lightseagreen"];
"Security"->"Actor Management";
"Security"->"Configuration";
"Security"->"Persistence";
"Actor Management"->"Configuration";
"Actor Management"-> "Lang";
"Actor Management"-> "Persistence";
"Persistence"->"Lang";
"Persistence"->"Configuration";
"Services"->"Lang";
"Services"->"Globalization";
"Services"->"Configuration";
"Lang"->"Globalization";
"Persistence"->"Cache";
"Cache"-> "Configuration";
"Logging"->"Globalization";
"Configuration"->"Logging";
"Security"->"Logging";
"Actor Management"->"Logging";
"Persistence"->"Logging";
}

...