mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 08:11:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			217 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			217 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = [
 | |
|     '//lib:CORE_DEPS',
 | |
|     '//core/net:onos-core-net',
 | |
| ]
 | |
| 
 | |
| osgi_jar_with_tests (
 | |
|     deps = COMPILE_DEPS,
 | |
|     resources_root = 'src/main/resources',
 | |
|     resources = glob(['src/main/resources/**']),
 | |
| )
 | |
| 
 |