Hey Devs, Followed the steps at https://github.com/apache/incubator-druid/blob/master/docs/content/development/build.md but can't build druid-services module due to forbiddenapis:2.6:check (validate) Java version: "1.8.0_151" and Apache Maven 3.5.2
[INFO] [INFO] Druid .............................................. SUCCESS [ 6.975 s] [INFO] druid-core ......................................... SUCCESS [ 21.264 s] [INFO] druid-hll .......................................... SUCCESS [ 8.920 s] [INFO] extendedset ........................................ SUCCESS [ 6.667 s] [INFO] druid-processing ................................... SUCCESS [ 10.471 s] [INFO] druid-aws-common ................................... SUCCESS [ 4.031 s] [INFO] druid-server ....................................... SUCCESS [ 10.668 s] [INFO] druid-examples ..................................... SUCCESS [ 9.260 s] [INFO] druid-indexing-hadoop .............................. SUCCESS [ 21.580 s] [INFO] druid-indexing-service ............................. SUCCESS [ 9.256 s] [INFO] druid-sql .......................................... SUCCESS [ 7.349 s] [INFO] druid-services ..................................... FAILURE [ 0.388 s] [ERROR] Failed to execute goal de.thetaphi:forbiddenapis:2.6:check (validate) on project druid-services: Check for forbidden API calls failed while scanning class 'org.apache.druid.cli.CliCoordinator$1' (CliCoordinator.java): java.lang.ClassNotFoundException: org.apache.druid.client.CoordinatorSegmentWatcherConfig (while looking up details about referenced class 'org.apache.druid.client.CoordinatorSegmentWatcherConfig') -> [Help 1] Please suggest a way to get past this. I can disable this module but other modules have dependencies on this one. -- --Unilocal
