mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 16:21:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			315 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			315 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = [
 | |
|     '//utils/osgi:onlab-osgi',
 | |
|     '//utils/misc:onlab-misc',
 | |
|     '//lib:commons-io',
 | |
|     '//lib:guava',
 | |
|     '//lib:kryo',
 | |
|     '//lib:slf4j-api',
 | |
| ]
 | |
| 
 | |
| TEST_DEPS = [
 | |
|     '//lib:TEST_ADAPTERS',
 | |
| ]
 | |
| 
 | |
| osgi_jar_with_tests (
 | |
|     deps = COMPILE_DEPS,
 | |
|     test_deps = TEST_DEPS,
 | |
|     visibility = ['PUBLIC'],
 | |
| )
 |