plugins { id 'java' } dependencies { implementation project(path: ':data-prepper-api') testImplementation platform('org.junit:junit-bom:5.9.1') testImplementation 'org.junit.jupiter:junit-jupiter' } test { useJUnitPlatform() }