Skip to content

Commit

Permalink
Remove powermock due to java upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliMatharaarachchi committed Oct 30, 2023
1 parent 1f32d8f commit 34c427b
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 151 deletions.
10 changes: 5 additions & 5 deletions gateway/enforcer/org.wso2.apk.enforcer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ dependencies {
// Added as direct dependency for transitive dependency version upgrades
implementation libs.reactor.netty.http
implementation libs.protobuf.java
// Test dependencites
testImplementation libs.junit
testImplementation libs.mockito.core
testImplementation libs.powermock.api.mockito2
testImplementation libs.powermock.module.junit4

test {
implementation libs.junit
implementation libs.mockito.inline
}
}
Loading

0 comments on commit 34c427b

Please sign in to comment.