4ed7fb2020
Change-Id: I1d32b6c64af35fad3768863b15c1cc37c5c3c886 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
118 lines
2.9 KiB
Python
118 lines
2.9 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.1',
|
|
sha1 = '761ea405b9b37ced573d2df0d1e3a4e0f9edc668',
|
|
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.7',
|
|
sha1 = 'ab365c96ee9bc88adcc6fa40d185c8e15a31410d',
|
|
license = 'Apache2.0',
|
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
|
visibility = ['//lib/jgit:jgit-archive'],
|
|
)
|
|
|
|
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.5',
|
|
sha1 = 'b0236b252e86419eef20c31a44579d2aee2f0a69',
|
|
license = 'Apache2.0',
|
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'net',
|
|
id = 'commons-net:commons-net:2.2',
|
|
sha1 = '07993c12f63c78378f8c90de4bc2ee62daa7ca3a',
|
|
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'],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'io',
|
|
id = 'commons-io:commons-io:1.4',
|
|
sha1 = 'a8762d07e76cfde2395257a5da47ba7c1dbd3dce',
|
|
license = 'Apache2.0',
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'validator',
|
|
id = 'commons-validator:commons-validator:1.4.0',
|
|
sha1 = '42fa1046955ade59f5354a1876cfc523cea33815',
|
|
license = 'Apache2.0',
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'httpclient',
|
|
id = 'org.apache.httpcomponents:httpclient:4.3.4',
|
|
bin_sha1 = 'a9a1fef2faefed639ee0d0fba5b3b8e4eb2ff2d8',
|
|
src_sha1 = '7a14aafed8c5e2c4e360a2c1abd1602efa768b1f',
|
|
license = 'Apache2.0',
|
|
deps = [
|
|
':codec',
|
|
':httpcore',
|
|
'//lib/log:jcl-over-slf4j',
|
|
],
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'httpcore',
|
|
id = 'org.apache.httpcomponents:httpcore:4.3.2',
|
|
bin_sha1 = '31fbbff1ddbf98f3aa7377c94d33b0447c646b6e',
|
|
src_sha1 = '4809f38359edeea9487f747e09aa58ec8d3a54c5',
|
|
license = 'Apache2.0',
|
|
)
|
|
|
|
maven_jar(
|
|
name = 'httpmime',
|
|
id = 'org.apache.httpcomponents:httpmime:4.3.4',
|
|
bin_sha1 = '54ffde537682aea984c22fbcf0106f21397c5f9b',
|
|
src_sha1 = '0651e21152b0963661068f948d84ed08c18094f8',
|
|
license = 'Apache2.0',
|
|
)
|