mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 16:21:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			178 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			178 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = CORE_DEPS + [
 | |
|     "@tinder_xmpp//jar",
 | |
|     "@io_netty_netty_transport//jar",
 | |
|     "@io_netty_netty_common//jar",
 | |
| ]
 | |
| 
 | |
| osgi_jar_with_tests(
 | |
|     deps = COMPILE_DEPS,
 | |
| )
 |