After just rebasing on master today, I started getting this validation error:
... [INFO] --- maven-enforcer-plugin:1.3.1:enforce (avoid_bad_dependencies) @ drill-jdbc --- [WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed with message: Found Banned Dependency: org.mortbay.jetty:servlet-api:jar:2.5-20081211 Use 'mvn dependency:tree' to locate the source of the banned dependencies. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE ... (The output of" mvn dependency:tree" didn't contain "org.mortbay.jetty:servlet-api".) That was from executing the command: mvn clean ; (cd exec/jdbc ; mvn validate) (It doesn't happen with a root-level mvn validate.) Even when I switch to my locally unmodified copy of master, I get that message. NOTE: The template exec/java-exec/src/main/codegen/templates/RepeatedValueVectors.java includes this reference to a Jetty servlet class/interface: import org.mortbay.jetty.servlet.Holder; Is that intentional? Daniel -- Daniel Barclay MapR Technologies
