Repository: incubator-drill Updated Branches: refs/heads/master b7df73062 -> 15c8740b2
Updating fmpp so that is uses a specific version of the free marker plugin, avoiding build failures in situations where freemarker has a failed snapshot release. Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/15c8740b Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/15c8740b Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/15c8740b Branch: refs/heads/master Commit: 15c8740b28e50c7ffa4a9241c1a081ba27954d69 Parents: b7df730 Author: Jacques Nadeau <[email protected]> Authored: Sun Aug 31 22:28:00 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Sun Aug 31 22:28:00 2014 -0700 ---------------------------------------------------------------------- exec/java-exec/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/15c8740b/exec/java-exec/pom.xml ---------------------------------------------------------------------- diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 3232db3..fe01233 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -518,6 +518,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> <executions> <execution> <id>generate-fmpp-sources</id>
