Repository: incubator-drill Updated Branches: refs/heads/master 15c8740b2 -> 1ce7c9390
Freeze hive fmpp > freemarker plugin 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/1ce7c939 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/1ce7c939 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/1ce7c939 Branch: refs/heads/master Commit: 1ce7c93909561cfd5ec79f2ada6eae47c61454d6 Parents: 15c8740 Author: Jacques Nadeau <jacq...@apache.org> Authored: Sun Aug 31 22:37:41 2014 -0700 Committer: Jacques Nadeau <jacq...@apache.org> Committed: Sun Aug 31 22:37:41 2014 -0700 ---------------------------------------------------------------------- contrib/storage-hive/core/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/1ce7c939/contrib/storage-hive/core/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml index 176d6c7..c29a3b6 100644 --- a/contrib/storage-hive/core/pom.xml +++ b/contrib/storage-hive/core/pom.xml @@ -78,6 +78,13 @@ <groupId>com.googlecode.fmpp-maven-plugin</groupId> <artifactId>fmpp-maven-plugin</artifactId> <version>1.0</version> + <dependencies> + <dependency> + <groupId>org.freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>2.3.19</version> + </dependency> + </dependencies> <configuration> <cfgFile>src/main/codegen/config.fmpp</cfgFile> <outputDirectory>target/generated-sources</outputDirectory>