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

Commit e9a340c

Browse files
Add Jackson annotations as a dependency.
1 parent ccfe4de commit e9a340c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

structurizr-client/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ dependencies {
22

33
api project(':structurizr-core')
44

5-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
5+
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.4'
6+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
67

78
implementation 'org.apache.httpcomponents.client5:httpclient5:5.1.3'
89

0 commit comments

Comments
 (0)