Skip to content

Commit

Permalink
Add Junit
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Oct 18, 2024
1 parent c317fe5 commit 2c8e2fd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/cryptoservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description = 'jPOS-EE :: CryptoService'
dependencies {
api libs.jpos
api project(':modules:sysconfig')
testImplementation testlibs.junit
}


1 change: 1 addition & 0 deletions modules/db-flyway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ description = 'jPOS-EE :: FlyWay support'
dependencies {
api project(':modules:dbsupport')
api libs.flyway
testImplementation testlibs.junit
}

3 changes: 2 additions & 1 deletion modules/eeuser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ description = 'jPOS-EE :: User Module'

dependencies {
api project(':modules:dbsupport')
testImplementation project(':modules:db-h2')
api libs.commonsLang3
testImplementation project(':modules:db-h2')
testImplementation testlibs.junit
}

ext {
Expand Down
1 change: 1 addition & 0 deletions modules/quartz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ dependencies {
implementation libs.jpos
implementation libs.slf4j
api libs.quartz
testImplementation testlibs.junit
}

1 change: 1 addition & 0 deletions modules/sysconfig/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ description = 'jPOS-EE :: Sysconfig Module'

dependencies {
api project(':modules:dbsupport')
testImplementation testlibs.junit
}

0 comments on commit 2c8e2fd

Please sign in to comment.