File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ simple-xml = "org.simpleframework:simple-xml:2.7.1"
39
39
guava = " com.google.guava:guava:33.3.0-jre"
40
40
commons-text = " org.apache.commons:commons-text:1.12.0"
41
41
commonmark = " com.atlassian.commonmark:commonmark:0.17.0"
42
+ uritemplate = " io.github.std-uritemplate:std-uritemplate:1.0.5"
42
43
43
44
checker = " org.checkerframework:checker:3.46.0"
44
45
jimfs = " com.google.jimfs:jimfs:1.3.0"
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ dependencies {
69
69
implementation (platform(libs. jackson. bom))
70
70
implementation (libs. jackson. kotlin)
71
71
implementation (libs. jackson. yaml)
72
+ implementation (libs. uritemplate)
72
73
implementation (libs. commons. text)
73
74
implementation (libs. commonmark)
74
75
implementation (libs. format. java. google)
You can’t perform that action at this time.
0 commit comments