Skip to content

Commit

Permalink
chore: JsonPath 의존성 추가 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwooo committed Mar 27, 2024
1 parent 04cfd5a commit ca31b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ dependencies {
runtimeOnly 'io.netty:netty-resolver-dns-native-macos:4.1.104.Final:osx-aarch_64'
// Jsoup Web Crawling Library
implementation 'org.jsoup:jsoup:1.16.2'

// JsonPath Parse Json Library
implementation 'com.jayway.jsonpath:json-path:2.9.0'
}

tasks.named('bootBuildImage') {
Expand Down

0 comments on commit ca31b32

Please sign in to comment.