Skip to content

Commit

Permalink
DRILL-5849: Add freemarker lib to dependencyManagement to ensure prop…
Browse files Browse the repository at this point in the history
…er version is used when resolving dependency version conflicts

closes #977
  • Loading branch information
arina-ielchiieva authored and Paul Rogers committed Oct 11, 2017
1 parent a7b2571 commit 27b6605
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion exec/java-exec/pom.xml
Expand Up @@ -224,7 +224,6 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>${freemarker.version}</version>
</dependency>
<dependency>
<groupId>net.hydromatic</groupId>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -678,6 +678,11 @@
<!-- Managed Dependencies -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>${freemarker.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-aws</artifactId>
Expand Down
1 change: 0 additions & 1 deletion tools/fmpp/pom.xml
Expand Up @@ -52,7 +52,6 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>${freemarker.version}</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 27b6605

Please sign in to comment.