Skip to content

Commit

Permalink
Merge pull request #505 from sophiaxu0424/issue5073
Browse files Browse the repository at this point in the history
Add build dependencies for Mockito testcase
  • Loading branch information
karianna authored Mar 11, 2024
2 parents 6d5a661 + 434ad4b commit 6fa52de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/getDependencies.pl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,21 @@
fname => 'junit4.jar',
sha1 => 'e4f1766ce7404a08f45d859fb9c226fc9e41a861'
},
mockito_core => {
url => 'https://repo1.maven.org/maven2/org/mockito/mockito-core/5.9.0/mockito-core-5.9.0.jar',
fname => 'mockito-core.jar',
sha1 => 'faa88b96db3aeb96a93e83dec7491345bfbfc414'
},
byte_buddy => {
url => 'https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar',
fname => 'byte-buddy.jar',
sha1 => '6e37f743dc15a8d7a4feb3eb0025cbc612d5b9e1'
},
maven_jar_plugin => {
url => 'https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar',
fname => 'maven-jar-plugin.jar',
sha1 => '21829ae5feec95ae6fec425f2d85bbbfe49880c4'
},
testng => {
url => 'https://repo1.maven.org/maven2/org/testng/testng/6.14.2/testng-6.14.2.jar',
fname => 'testng.jar',
Expand Down

0 comments on commit 6fa52de

Please sign in to comment.