 04807b67fc
			
		
	
	04807b67fc
	
	
	
		
			
			commons-io is no longer used in core Gerrit. Remove the dependency and stop exporting it in the plugin API. Also update the replication plugin to the latest revision: - Bundle commons-io since gerrit core no longer provides it Change-Id: I6bcf6ec6134039de7d8f9c1670167a0318510745
		
			
				
	
	
		
			82 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			82 lines
		
	
	
		
			2.0 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'],
 | |
| )
 | |
| 
 | |
| 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 = '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 = 'validator',
 | |
|   id = 'commons-validator:commons-validator:1.4.1',
 | |
|   sha1 = '2231238e391057a53f92bde5bbc588622c1956c3',
 | |
|   license = 'Apache2.0',
 | |
| )
 | |
| 
 |