Shawn Pearce | fd6bb9f | 2013-05-08 14:14:24 -0700 | [diff] [blame^] | 1 | include_defs('//lib/maven.defs') |
| 2 | |
| 3 | maven_jar( |
| 4 | name = 'codec', |
| 5 | id = 'commons-codec:commons-codec:1.4', |
| 6 | sha1 = '4216af16d38465bbab0f3dff8efa14204f7a399a', |
| 7 | license = 'Apache2.0', |
| 8 | exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], |
| 9 | ) |
| 10 | |
| 11 | maven_jar( |
| 12 | name = 'collections', |
| 13 | id = 'commons-collections:commons-collections:3.2.1', |
| 14 | sha1 = '761ea405b9b37ced573d2df0d1e3a4e0f9edc668', |
| 15 | license = 'Apache2.0', |
| 16 | exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], |
| 17 | attach_source = False, |
| 18 | visibility = ['//lib:velocity'], |
| 19 | ) |
| 20 | |
| 21 | maven_jar( |
| 22 | name = 'dbcp', |
| 23 | id = 'commons-dbcp:commons-dbcp:1.4', |
| 24 | sha1 = '30be73c965cc990b153a100aaaaafcf239f82d39', |
| 25 | license = 'Apache2.0', |
| 26 | deps = [':pool'], |
| 27 | exclude = [ |
| 28 | 'META-INF/LICENSE.txt', |
| 29 | 'META-INF/NOTICE.txt', |
| 30 | 'testpool.jocl' |
| 31 | ], |
| 32 | ) |
| 33 | |
| 34 | maven_jar( |
| 35 | name = 'lang', |
| 36 | id = 'commons-lang:commons-lang:2.5', |
| 37 | sha1 = 'b0236b252e86419eef20c31a44579d2aee2f0a69', |
| 38 | license = 'Apache2.0', |
| 39 | exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], |
| 40 | ) |
| 41 | |
| 42 | maven_jar( |
| 43 | name = 'logging', |
| 44 | id = 'commons-logging:commons-logging:1.1.1', |
| 45 | sha1 = '5043bfebc3db072ed80fbd362e7caf00e885d8ae', |
| 46 | license = 'Apache2.0', |
| 47 | exclude = [ |
| 48 | 'META-INF/LICENSE', |
| 49 | 'META-INF/NOTICE', |
| 50 | ], |
| 51 | attach_source = False, |
| 52 | visibility = ['//lib/openid:'], |
| 53 | ) |
| 54 | |
| 55 | maven_jar( |
| 56 | name = 'net', |
| 57 | id = 'commons-net:commons-net:2.2', |
| 58 | sha1 = '07993c12f63c78378f8c90de4bc2ee62daa7ca3a', |
| 59 | license = 'Apache2.0', |
| 60 | exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], |
| 61 | ) |
| 62 | |
| 63 | maven_jar( |
| 64 | name = 'pool', |
| 65 | id = 'commons-pool:commons-pool:1.5.5', |
| 66 | sha1 = '7d8ffbdc47aa0c5a8afe5dc2aaf512f369f1d19b', |
| 67 | license = 'Apache2.0', |
| 68 | attach_source = False, |
| 69 | exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], |
| 70 | ) |
| 71 | |
| 72 | maven_jar( |
| 73 | name = 'oro', |
| 74 | id = 'oro:oro:2.0.8', |
| 75 | sha1 = '5592374f834645c4ae250f4c9fbb314c9369d698', |
| 76 | license = 'Apache1.1', |
| 77 | attach_source = False, |
| 78 | exclude = ['META-INF/LICENSE'], |
| 79 | ) |