blob: e5c78abcd625c12b10d439c5a795714d97a1bddf [file] [log] [blame]
Shawn Pearcefd6bb9f2013-05-08 14:14:24 -07001include_defs('//lib/maven.defs')
2
3maven_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
11maven_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
21maven_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
34maven_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
42maven_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
55maven_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
63maven_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
72maven_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)