This repository was archived by the owner on Feb 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/structurizr/cli/export Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 implementation " com.structurizr:structurizr-export:${ structurizrVersion} "
2323 implementation " com.structurizr:structurizr-autolayout:${ structurizrVersion} "
2424 implementation " com.structurizr:structurizr-inspection:${ structurizrVersion} "
25- implementation ' io.github.goto1134:structurizr-d2-exporter:1.5.3'
25+ // implementation 'io.github.goto1134:structurizr-d2-exporter:1.5.3'
2626
2727 implementation ' commons-cli:commons-cli:1.9.0'
2828
Original file line number Diff line number Diff line change 33import com .structurizr .Workspace ;
44import com .structurizr .autolayout .graphviz .GraphvizAutomaticLayout ;
55import com .structurizr .cli .AbstractCommand ;
6- import com .structurizr .cli .Configuration ;
76import com .structurizr .documentation .Documentable ;
87import com .structurizr .export .*;
98import com .structurizr .export .dot .DOTExporter ;
1514import com .structurizr .util .WorkspaceUtils ;
1615import com .structurizr .view .ColorScheme ;
1716import com .structurizr .view .ThemeUtils ;
18- import io .github .goto1134 .structurizr .export .d2 .D2Exporter ;
1917import org .apache .commons .cli .*;
2018import org .apache .commons .logging .Log ;
2119import org .apache .commons .logging .LogFactory ;
@@ -72,7 +70,7 @@ public class ExportCommand extends AbstractCommand {
7270 EXPORTERS .put (DOT_FORMAT , new DOTExporter ());
7371 EXPORTERS .put (WEBSEQUENCEDIAGRAMS_FORMAT , new WebSequenceDiagramsExporter ());
7472 EXPORTERS .put (ILOGRAPH_FORMAT , new IlographExporter ());
75- EXPORTERS .put (D2_FORMAT , new D2Exporter ());
73+ // EXPORTERS.put(D2_FORMAT, new D2Exporter());
7674 }
7775
7876 public ExportCommand () {
You can’t perform that action at this time.
0 commit comments