Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 9d75593

Browse files
Merge pull request #241 from codiga/add-jackson-dependency
Add Jackson dependencies
2 parents bde456e + ccaf7bc commit 9d75593

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ dependencies {
4343
implementation("org.apache.commons:commons-lang3:3.12.0")
4444
implementation("commons-io:commons-io:2.11.0")
4545

46+
//codiga.yml parsing
47+
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.1")
48+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1")
49+
4650
implementation("com.google.code.gson:gson:2.10")
4751

4852
// markdown support

0 commit comments

Comments
 (0)