python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / java-modules / plexus / component-annotations.nix
blob89ae778e762fae708d28b476244e4643a3f05768
1 { fetchMaven }:
4   plexusComponentAnnotations_1_5_5 = map (obj: fetchMaven {
5     version = "1.5.5";
6     artifactId = "plexus-component-annotations";
7     groupId = "org.codehaus.plexus";
8     sha512 = obj.sha512;
9     type = obj.type;
10   }) [
11     { type = "jar"; sha512 = "2r0dzjs65hzllvm7kizis0lmx4sp3967c1918181y0isnlp1fsxg8sakb2qnfn748xnnxgh7h5fk04az999isd8qs1p85cgi2waz91f"; }
12     { type = "pom"; sha512 = "1yx9dl3mq8wx3w4ksq0z1x84kry1l1agdg3ssnbjwxlh96hjxki88j89iyfwbwwia40113b62r8168s0lhgzca3w7kbdii3kldgbz6y"; }
13   ];