junit_4_12 part 2

This commit is contained in:
Tim Steinbach
2016-11-14 15:19:34 -05:00
parent 8500c24911
commit 5d54cfd7a4
24 changed files with 394 additions and 12 deletions
@@ -0,0 +1,14 @@
{ fetchMaven }:
rec {
sisuInjectBean_2_1_1 = map (obj: fetchMaven {
version = "2.1.1";
baseName = "sisu-inject-bean";
package = "/org/sonatype/sisu";
sha512 = obj.sha512;
type = obj.type;
}) [
{ type = "jar"; sha512 = "0cqplf149dlqyqwaqk3bjlki97fbnav57vv5d9kkd2lvdradp7k89m5niwg5qgsfdlj91zidgrrkls5vyr4dcdy3lhxs1wyr4y8r0qb"; }
{ type = "pom"; sha512 = "39dwwfh1p56crmx187wbm2kskxbcr0dfysdvqiwjfx91yhh64l9672axi28hdaw1qd5dh6whzxfqqlfjac94r37wv6fq5pkx6acp2dn"; }
];
}