junit_4_12 part 2

This commit is contained in:
Tim Steinbach
2016-10-31 13:25:27 -04:00
parent 8500c24911
commit 5d54cfd7a4
24 changed files with 394 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
{ fetchMaven }:
rec {
mojoAnimalSniffer_1_11 = map (obj: fetchMaven {
version = "1.11";
baseName = "animal-sniffer";
package = "/org/codehaus/mojo";
sha512 = obj.sha512;
type = obj.type;
}) [
{ type = "jar"; sha512 = "36qx2q1zaja470zj7w3ygafb5n07vb623yicgwjqf1nak7ianin5nlmh7pp2pzpdd9arvg7d005rnsn79bqmxcb6y1ihsxsh6l7bmsv"; }
{ type = "pom"; sha512 = "1dp427c8vyiw255193s4m0ffag6ngqxfkj1cwl7v40p5c1bh8avxaj8cg56nn8ajp39shxr5wgwgjs7xwjz46yjnblh9pl29z58lm4i"; }
];
}