GH-462 - Upgrade to latest Structurizr.

Core 1.18 -> 1.29
Export 1.8.3 -> 1.19.0
This commit is contained in:
Oliver Drotbohm
2024-01-17 18:03:32 +01:00
parent 3486b119d9
commit 72762faf4d
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
<dependency>
<groupId>com.structurizr</groupId>
<artifactId>structurizr-core</artifactId>
<version>1.18.0</version>
<version>1.29.0</version>
</dependency>
<dependency>
@@ -38,7 +38,7 @@
<dependency>
<groupId>com.structurizr</groupId>
<artifactId>structurizr-export</artifactId>
<version>1.8.3</version>
<version>1.19.0</version>
</dependency>
<dependency>

View File

@@ -62,10 +62,10 @@ import com.structurizr.model.Relationship;
import com.structurizr.model.SoftwareSystem;
import com.structurizr.model.Tags;
import com.structurizr.view.ComponentView;
import com.structurizr.view.ModelView;
import com.structurizr.view.RelationshipView;
import com.structurizr.view.Shape;
import com.structurizr.view.Styles;
import com.structurizr.view.View;
import com.tngtech.archunit.core.domain.JavaClass;
/**
@@ -456,7 +456,7 @@ public class Documenter {
.forEach(it -> potentiallyRemoveDefaultRelationship(view, it));
}
private void potentiallyRemoveDefaultRelationship(View view, Collection<Relationship> relationships) {
private void potentiallyRemoveDefaultRelationship(ModelView view, Collection<Relationship> relationships) {
if (relationships.size() <= 1) {
return;