mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			493 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			493 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| plugins {
 | |
|   id 'java'
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|   implementation project(':entity-registry')
 | |
|   implementation project(':metadata-operation-context')
 | |
|   implementation project(':metadata-auth:auth-api')
 | |
| 
 | |
|   implementation platform(externalDependency.jacksonBom)
 | |
|   implementation externalDependency.jacksonDataBind
 | |
|   implementation externalDependency.httpClient
 | |
| 
 | |
|   compileOnly externalDependency.swaggerAnnotations
 | |
|   compileOnly externalDependency.lombok
 | |
| 
 | |
|   annotationProcessor externalDependency.lombok
 | |
| } | 
