4b657d5c39
We haven't updated commons-compress for a while. Update now to make later upgrades easier in case we need a feature or security fix. Change-Id: If6796f2b52bbd719d1221f56edbe37639e65a802
94 lines
2.4 KiB
Python
94 lines
2.4 KiB
Python
include_defs('//lib/maven.defs')
|
|
|
|
maven_jar(
|
|
name = 'codec',
|
|
id = 'commons-codec:commons-codec:1.4',
|
|
sha1 = '4216af16d38465bbab0f3dff8efa14204f7a399a',
|
|
license = 'Apache2.0',
|
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'collections',
|
|
id = 'commons-collections:commons-collections:3.2.2',
|
|
sha1 = '8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5',
|
|
license = 'Apache2.0',
|
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
|
attach_source = False,
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'compress',
|
|
id = 'org.apache.commons:commons-compress:1.12',
|
|
sha1 = '84caa68576e345eb5e7ae61a0e5a9229eb100d7b',
|
|
license = 'Apache2.0',
|
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'dbcp',
|
|
id = 'commons-dbcp:commons-dbcp:1.4',
|
|
sha1 = '30be73c965cc990b153a100aaaaafcf239f82d39',
|
|
license = 'Apache2.0',
|
|
deps = [':pool'],
|
|
exclude = [
|
|
'META-INF/LICENSE.txt',
|
|
'META-INF/NOTICE.txt',
|
|
'testpool.jocl'
|
|
],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'lang',
|
|
id = 'commons-lang:commons-lang:2.6',
|
|
sha1 = '0ce1edb914c94ebc388f086c6827e8bdeec71ac2',
|
|
license = 'Apache2.0',
|
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'lang3',
|
|
id = 'org.apache.commons:commons-lang3:3.3.2',
|
|
sha1 = '90a3822c38ec8c996e84c16a3477ef632cbc87a3',
|
|
license = 'Apache2.0',
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'net',
|
|
id = 'commons-net:commons-net:3.5',
|
|
sha1 = '342fc284019f590e1308056990fdb24a08f06318',
|
|
license = 'Apache2.0',
|
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'pool',
|
|
id = 'commons-pool:commons-pool:1.5.5',
|
|
sha1 = '7d8ffbdc47aa0c5a8afe5dc2aaf512f369f1d19b',
|
|
license = 'Apache2.0',
|
|
attach_source = False,
|
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'oro',
|
|
id = 'oro:oro:2.0.8',
|
|
sha1 = '5592374f834645c4ae250f4c9fbb314c9369d698',
|
|
license = 'Apache1.1',
|
|
attach_source = False,
|
|
exclude = ['META-INF/LICENSE'],
|
|
)
|
|
|
|
# When updating the version of commons-validator, also update the
|
|
# list of supported TLDs in:
|
|
# gerrit-server/src/test/resources/com/google/gerrit/server/mail/tlds-alpha-by-domain.txt
|
|
# from:
|
|
# http://data.iana.org/TLD/tlds-alpha-by-domain.txt
|
|
maven_jar(
|
|
name = 'validator',
|
|
id = 'commons-validator:commons-validator:1.5.1',
|
|
sha1 = '86d05a46e8f064b300657f751b5a98c62807e2a0',
|
|
license = 'Apache2.0',
|
|
)
|
|
|