Skip to content

Commit

Permalink
Add jettison and mockito api calls
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan committed Jan 27, 2023
1 parent 9c13364 commit 60ced8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ dependencies {
exclude module: 'websocket-client'
exclude module: 'jettison'
}
api "org.codehaus.jettison:jettison:${versions.jettison}"
api "org.mockito:mockito-core:${versions.mockito}"
api "org.apache.commons:commons-compress:1.21"
api "commons-codec:commons-codec:${versions.commonscodec}"
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
Expand Down

0 comments on commit 60ced8b

Please sign in to comment.