Updated Branches: refs/heads/master eaf95ed3c -> a0ed8fc03
Remove old Optiq dependency from java-exec. Add Janino as direct dependency. Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/a0ed8fc0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/a0ed8fc0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/a0ed8fc0 Branch: refs/heads/master Commit: a0ed8fc03d75d8491c4200ee7b265d00c6358ca6 Parents: eaf95ed Author: Jacques Nadeau <[email protected]> Authored: Mon Jul 22 12:16:15 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Mon Jul 22 12:16:15 2013 -0700 ---------------------------------------------------------------------- sandbox/prototype/exec/java-exec/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a0ed8fc0/sandbox/prototype/exec/java-exec/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/prototype/exec/java-exec/pom.xml b/sandbox/prototype/exec/java-exec/pom.xml index 0290be1..a2baa32 100644 --- a/sandbox/prototype/exec/java-exec/pom.xml +++ b/sandbox/prototype/exec/java-exec/pom.xml @@ -33,11 +33,6 @@ <version>2.6.1</version> </dependency> <dependency> - <groupId>net.hydromatic</groupId> - <artifactId>optiq</artifactId> - <version>0.3.2</version> - </dependency> - <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.19</version> @@ -133,6 +128,11 @@ <artifactId>hazelcast</artifactId> <version>2.5.1</version> </dependency> + <dependency> + <groupId>org.codehaus.janino</groupId> + <artifactId>janino</artifactId> + <version>2.6.1</version> + </dependency> </dependencies> <build>
