/* * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 */ plugins { id 'java' } dependencies { implementation project(':data-prepper-api') implementation project(':data-prepper-test-common') implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'io.micrometer:micrometer-core' implementation 'software.amazon.randomcutforest:randomcutforest-testutils:3.7.0' implementation 'software.amazon.randomcutforest:randomcutforest-core:3.7.0' implementation 'software.amazon.randomcutforest:randomcutforest-examples:3.7.0' implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.7.0' implementation 'software.amazon.randomcutforest:randomcutforest-serialization-json:1.0' testImplementation 'org.apache.commons:commons-lang3:3.12.0' }