mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-11-04 02:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			254 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			254 B
		
	
	
	
		
			Python
		
	
	
	
	
	
COMPILE_DEPS = [
 | 
						|
    '//lib:CORE_DEPS',
 | 
						|
    '//protocols/pcep/pcepio:onos-protocols-pcep-pcepio',
 | 
						|
    '//apps/pcep-api:onos-apps-pcep-api',
 | 
						|
    '//incubator/api:onos-incubator-api',
 | 
						|
    '//lib:netty',
 | 
						|
]
 | 
						|
 | 
						|
osgi_jar_with_tests (
 | 
						|
    deps = COMPILE_DEPS,
 | 
						|
)
 | 
						|
 |