Skip to content

Commit 4521d6c

Browse files
committed
uri template helper (#176)
1 parent f527440 commit 4521d6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ simple-xml = "org.simpleframework:simple-xml:2.7.1"
3939
guava = "com.google.guava:guava:33.3.0-jre"
4040
commons-text = "org.apache.commons:commons-text:1.12.0"
4141
commonmark = "com.atlassian.commonmark:commonmark:0.17.0"
42+
uritemplate = "io.github.std-uritemplate:std-uritemplate:1.0.5"
4243

4344
checker = "org.checkerframework:checker:3.46.0"
4445
jimfs = "com.google.jimfs:jimfs:1.3.0"

openapi-processor-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dependencies {
6969
implementation (platform(libs.jackson.bom))
7070
implementation (libs.jackson.kotlin)
7171
implementation (libs.jackson.yaml)
72+
implementation (libs.uritemplate)
7273
implementation (libs.commons.text)
7374
implementation (libs.commonmark)
7475
implementation (libs.format.java.google)

0 commit comments

Comments
 (0)