| James Melvin | 16f9d04 | 2017-03-16 10:55:32 -0600 | [diff] [blame^] | 1 | include_defs('//bucklets/maven_jar.bucklet') |
| 2 | |
| 3 | VERSION = '2.8.0' |
| 4 | |
| 5 | maven_jar( |
| 6 | name = 'user', |
| 7 | id = 'com.google.gwt:gwt-user:' + VERSION, |
| 8 | sha1 = '518579870499e15531f454f35dca0772d7fa31f7', |
| 9 | license = 'Apache2.0', |
| 10 | attach_source = False, |
| 11 | ) |
| 12 | |
| 13 | maven_jar( |
| 14 | name = 'dev', |
| 15 | id = 'com.google.gwt:gwt-dev:' + VERSION, |
| 16 | sha1 = 'f160a61272c5ebe805cd2d3d3256ed3ecf14893f', |
| 17 | license = 'Apache2.0', |
| 18 | attach_source = False, |
| 19 | ) |
| 20 | |
| 21 | maven_jar( |
| 22 | name = 'javax-validation', |
| 23 | id = 'javax.validation:validation-api:1.0.0.GA', |
| 24 | bin_sha1 = 'b6bd7f9d78f6fdaa3c37dae18a4bd298915f328e', |
| 25 | src_sha1 = '7a561191db2203550fbfa40d534d4997624cd369', |
| 26 | license = 'Apache2.0', |
| 27 | visibility = ['PUBLIC'], |
| 28 | ) |
| 29 | |
| 30 | maven_jar( |
| 31 | name = 'jsinterop-annotations', |
| 32 | id = 'com.google.jsinterop:jsinterop-annotations:1.0.0', |
| 33 | bin_sha1 = '23c3a3c060ffe4817e67673cc8294e154b0a4a95', |
| 34 | src_sha1 = '5d7c478efbfccc191430d7c118d7bd2635e43750', |
| 35 | license = 'Apache2.0', |
| 36 | visibility = ['PUBLIC'], |
| 37 | ) |
| 38 | |
| 39 | maven_jar( |
| 40 | name = 'ant', |
| 41 | id = 'ant:ant:1.6.5', |
| 42 | bin_sha1 = '7d18faf23df1a5c3a43613952e0e8a182664564b', |
| 43 | src_sha1 = '9e0a847494563f35f9b02846a1c1eb4aa2ee5a9a', |
| 44 | license = 'Apache2.0', |
| 45 | visibility = ['PUBLIC'], |
| 46 | ) |
| 47 | |
| 48 | maven_jar( |
| 49 | name = 'colt', |
| 50 | id = 'colt:colt:1.2.0', |
| 51 | attach_source = False, |
| 52 | bin_sha1 = '0abc984f3adc760684d49e0f11ddf167ba516d4f', |
| 53 | license = 'DO_NOT_DISTRIBUTE', |
| 54 | visibility = ['PUBLIC'], |
| 55 | ) |
| 56 | |
| 57 | maven_jar( |
| 58 | name = 'tapestry', |
| 59 | id = 'tapestry:tapestry:4.0.2', |
| 60 | attach_source = False, |
| 61 | bin_sha1 = 'e855a807425d522e958cbce8697f21e9d679b1f7', |
| 62 | license = 'Apache2.0', |
| 63 | visibility = ['PUBLIC'], |
| 64 | ) |
| 65 | |
| 66 | maven_jar( |
| 67 | name = 'w3c-css-sac', |
| 68 | id = 'org.w3c.css:sac:1.3', |
| 69 | attach_source = False, |
| 70 | bin_sha1 = 'cdb2dcb4e22b83d6b32b93095f644c3462739e82', |
| 71 | license = 'DO_NOT_DISTRIBUTE', |
| 72 | visibility = ['PUBLIC'], |
| 73 | ) |