Shawn Pearce | fd6bb9f | 2013-05-08 14:14:24 -0700 | [diff] [blame] | 1 | include_defs('//lib/maven.defs') |
| 2 | |
| 3 | # This version must match the version that also appears in |
Dave Borowitz | 3a04635 | 2014-07-28 14:51:11 -0700 | [diff] [blame] | 4 | # gerrit-pgm/src/main/resources/com/google/gerrit/pgm/init/libraries.config |
David Ostrovsky | 937d527 | 2013-11-29 08:49:06 +0100 | [diff] [blame] | 5 | VERSION = '1.49' |
Shawn Pearce | fd6bb9f | 2013-05-08 14:14:24 -0700 | [diff] [blame] | 6 | |
| 7 | maven_jar( |
| 8 | name = 'bcprov', |
David Ostrovsky | 937d527 | 2013-11-29 08:49:06 +0100 | [diff] [blame] | 9 | id = 'org.bouncycastle:bcprov-jdk15on:' + VERSION, |
| 10 | sha1 = 'f5155f04330459104b79923274db5060c1057b99', |
Shawn Pearce | fd6bb9f | 2013-05-08 14:14:24 -0700 | [diff] [blame] | 11 | license = 'DO_NOT_DISTRIBUTE', #'bouncycastle' |
| 12 | ) |
| 13 | |
| 14 | maven_jar( |
| 15 | name = 'bcpg', |
David Ostrovsky | 937d527 | 2013-11-29 08:49:06 +0100 | [diff] [blame] | 16 | id = 'org.bouncycastle:bcpg-jdk15on:' + VERSION, |
| 17 | sha1 = '081d84be5b125e1997ab0e2244d1a2276b5de76c', |
Shawn Pearce | fd6bb9f | 2013-05-08 14:14:24 -0700 | [diff] [blame] | 18 | license = 'DO_NOT_DISTRIBUTE', #'bouncycastle' |
| 19 | deps = [':bcprov'], |
| 20 | ) |
David Ostrovsky | c34d360 | 2013-11-30 17:25:47 +0100 | [diff] [blame] | 21 | |
| 22 | maven_jar( |
| 23 | name = 'bcpkix', |
| 24 | id = 'org.bouncycastle:bcpkix-jdk15on:' + VERSION, |
| 25 | sha1 = '924cc7ad2f589630c97b918f044296ebf1bb6855', |
| 26 | license = 'DO_NOT_DISTRIBUTE', #'bouncycastle' |
| 27 | deps = [':bcprov'], |
| 28 | ) |