I'm looking into dependencies list and I believe we'd better move net.hydromatic:quidem:jar to a test scope.
However I do not find how it blocks Calcite 1.0.0, so +1 from me. I've tested mat-calcite-plugin and it works with the suggested Calcite. It would be nice if pentaho-aggdesigner-algorithm could depend on newer version of commons-logging so it would not result in redistributing of servlet-api (even 1.1.1 use "provided" scope for that). Here's the sub-set of compile dependencies of calcite-code: org.apache.calcite:calcite-core:jar:1.0.0-incubating +- org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.3-jhyde:compile | +- commons-lang:commons-lang:jar:2.4:compile | \- commons-logging:commons-logging:jar:1.1:compile | +- log4j:log4j:jar:1.2.12:compile | +- logkit:logkit:jar:1.0.1:compile | +- avalon-framework:avalon-framework:jar:4.1.3:compile | \- javax.servlet:servlet-api:jar:2.3:compile +- net.hydromatic:quidem:jar:0.2:compile Vladimir
