mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 00:01:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			246 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			246 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = CORE_DEPS + NETTY + [
 | |
|     "@io_netty_netty_transport//jar",
 | |
|     "//protocols/lisp/msg:onos-protocols-lisp-msg",
 | |
|     "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api",
 | |
| ]
 | |
| 
 | |
| osgi_jar_with_tests(
 | |
|     deps = COMPILE_DEPS,
 | |
| )
 |