Skip to content

Commit

Permalink
make yaml parser test implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaztahir committed Apr 15, 2023
1 parent 324cc66 commit f05eba0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion validator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ repositories {
dependencies {

api(project(":parser"))
api(project(":yaml-parser"))


implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")

testImplementation(project(":yaml-parser"))

testImplementation("junit:junit:4.13.1")
testImplementation("com.google.guava:guava:30.0-jre")
testImplementation("org.skyscreamer:jsonassert:1.5.0")
Expand Down

0 comments on commit f05eba0

Please sign in to comment.