This repository was archived by the owner on Mar 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,9 @@ dependencies {
22
33 api project(' :structurizr-core' )
44
5- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.13.4'
6- implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.4'
7-
8- implementation ' org.apache.httpcomponents.client5:httpclient5:5.1.3'
9-
10- implementation ' javax.xml.bind:jaxb-api:2.3.0'
11-
12- implementation ' commons-logging:commons-logging:1.2'
5+ api ' com.fasterxml.jackson.core:jackson-databind:2.13.4'
6+ api ' org.apache.httpcomponents.client5:httpclient5:5.1.3'
7+ api ' javax.xml.bind:jaxb-api:2.3.0'
138
149 testImplementation ' org.junit.jupiter:junit-jupiter:5.9.0'
1510
Original file line number Diff line number Diff line change 11dependencies {
22
3- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.13.3'
4- implementation ' com.google.code.findbugs:jsr305:3.0.2'
5-
6- implementation ' commons-logging:commons-logging:1.2'
3+ api ' com.fasterxml.jackson.core:jackson-annotations:2.13.4'
4+ api ' com.google.code.findbugs:jsr305:3.0.2'
5+ api ' commons-logging:commons-logging:1.2'
76
87 testImplementation ' org.junit.jupiter:junit-jupiter:5.9.0'
98 testImplementation ' org.assertj:assertj-core:3.23.1'
You can’t perform that action at this time.
0 commit comments