mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Clean scalding/pom.xml
This commit is contained in:
parent
e6c661b823
commit
c0dbe9b636
1 changed files with 8 additions and 5 deletions
|
|
@ -33,8 +33,13 @@
|
|||
<name>Zeppelin: Scalding interpreter</name>
|
||||
|
||||
<properties>
|
||||
<!--library versions-->
|
||||
<hadoop.version>2.6.0</hadoop.version>
|
||||
<scalding.version>0.16.1-RC1</scalding.version>
|
||||
<commons.exec.version>1.3</commons.exec.version>
|
||||
|
||||
<!--plugin versions-->
|
||||
<plugin.scala.version>2.15.2</plugin.scala.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
|
@ -61,7 +66,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-exec</artifactId>
|
||||
<version>1.3</version>
|
||||
<version>${commons.exec.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
@ -142,8 +147,7 @@
|
|||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<executions>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce</id>
|
||||
<phase>none</phase>
|
||||
|
|
@ -153,7 +157,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>copy-dependencies</id>
|
||||
|
|
@ -197,7 +200,7 @@
|
|||
<plugin>
|
||||
<groupId>org.scala-tools</groupId>
|
||||
<artifactId>maven-scala-plugin</artifactId>
|
||||
<version>2.15.2</version>
|
||||
<version>${plugin.scala.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>compile</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue