Skip to content

Commit 4230322

Browse files
committed
inherit version config from the parent pom
1 parent 8011701 commit 4230322

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,11 @@
870870
<artifactId>build-helper-maven-plugin</artifactId>
871871
<version>1.8</version>
872872
</plugin>
873+
<plugin>
874+
<groupId>org.apache.maven.plugins</groupId>
875+
<artifactId>maven-dependency-plugin</artifactId>
876+
<version>2.9</version>
877+
</plugin>
873878
<plugin>
874879
<groupId>net.alchim31.maven</groupId>
875880
<artifactId>scala-maven-plugin</artifactId>

sql/hive-thriftserver/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-dependency-plugin</artifactId>
102-
<version>2.4</version>
103102
<executions>
104103
<execution>
105104
<id>copy-dependencies</id>

sql/hive/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-dependency-plugin</artifactId>
191-
<version>2.4</version>
192191
<executions>
193192
<execution>
194193
<id>copy-dependencies</id>

0 commit comments

Comments
 (0)