mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-11-04 10:11:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Python
		
	
	
	
	
	
COMPILE_DEPS = [
 | 
						|
    '//lib:CORE_DEPS',
 | 
						|
    '//protocols/ospf/api:onos-protocols-ospf-api',
 | 
						|
]
 | 
						|
 | 
						|
osgi_jar_with_tests (
 | 
						|
    deps = COMPILE_DEPS,
 | 
						|
)
 |