plugins { id 'java-library' } dependencies { implementation project(':entity-registry') implementation project(':metadata-service:services') implementation project(':metadata-utils') compileOnly externalDependency.lombok annotationProcessor externalDependency.lombok testImplementation(externalDependency.testng) testImplementation(externalDependency.mockito) testImplementation(testFixtures(project(":entity-registry"))) testImplementation project(':metadata-operation-context') testImplementation externalDependency.lombok testAnnotationProcessor externalDependency.lombok }