Skip to content

Commit

Permalink
evaluation in UT
Browse files Browse the repository at this point in the history
  • Loading branch information
dpomianbuff committed Aug 25, 2023
1 parent 95a9385 commit 460f272
Show file tree
Hide file tree
Showing 70 changed files with 1,454 additions and 1,317 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ dependencies {
implementation("org.junit.jupiter:junit-jupiter:5.8.1")
testImplementation("junit:junit:4.13.2")
testImplementation("org.mongodb:mongodb-driver-sync:4.9.0") // added this line for MongoDB driver
implementation("org.mongodb:mongodb-driver-sync:4.9.0") // added this line for MongoDB driver
testImplementation("org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r")
implementation("org.apache.commons:commons-csv:1.8")
testImplementation("org.apache.commons:commons-csv:1.8")
implementation(kotlin("stdlib-jdk8"))
implementation(project(":common"))
testImplementation(project(":common"))
}

plugins {
Expand Down
42 changes: 0 additions & 42 deletions common/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions common/build.gradle.kts

This file was deleted.

This file was deleted.

Loading

0 comments on commit 460f272

Please sign in to comment.