Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 0d53848

Browse files
Fixes some transitive dependencies.
1 parent ce6f367 commit 0d53848

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

structurizr-client/build.gradle

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

structurizr-core/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
dependencies {
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'

0 commit comments

Comments
 (0)