mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Clean flink/pom.xml
This commit is contained in:
parent
647249dbc7
commit
c9e42e78fe
1 changed files with 11 additions and 6 deletions
|
|
@ -34,9 +34,16 @@
|
|||
<description>Zeppelin flink support</description>
|
||||
|
||||
<properties>
|
||||
<!--library versions-->
|
||||
<flink.version>1.1.3</flink.version>
|
||||
<flink.akka.version>2.3.7</flink.akka.version>
|
||||
<scala.macros.version>2.0.1</scala.macros.version>
|
||||
|
||||
<!--plugin versions-->
|
||||
<plugin.scalamaven.version>3.2.2</plugin.scalamaven.version>
|
||||
<plugin.eclipse.version>2.8</plugin.eclipse.version>
|
||||
<plugin.buildhelper.version>1.7</plugin.buildhelper.version>
|
||||
<plugin.scalastyle.version>0.5.0</plugin.scalastyle.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
@ -148,7 +155,7 @@
|
|||
<plugin>
|
||||
<groupId>net.alchim31.maven</groupId>
|
||||
<artifactId>scala-maven-plugin</artifactId>
|
||||
<version>3.2.2</version>
|
||||
<version>${plugin.scalamaven.version}</version>
|
||||
<executions>
|
||||
<!-- Run scala compiler in the process-resources phase, so that dependencies on
|
||||
scala classes can be resolved later in the (Java) compile phase -->
|
||||
|
|
@ -189,7 +196,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-eclipse-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
<version>${plugin.eclipse.version}</version>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
<projectnatures>
|
||||
|
|
@ -218,7 +225,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>1.7</version>
|
||||
<version>${plugin.buildhelper.version}</version>
|
||||
<executions>
|
||||
<!-- Add src/main/scala to eclipse build path -->
|
||||
<execution>
|
||||
|
|
@ -252,7 +259,7 @@
|
|||
<plugin>
|
||||
<groupId>org.scalastyle</groupId>
|
||||
<artifactId>scalastyle-maven-plugin</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>${plugin.scalastyle.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
|
@ -275,7 +282,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce</id>
|
||||
|
|
@ -287,7 +293,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.17</version>
|
||||
<configuration>
|
||||
<forkCount>1</forkCount>
|
||||
<reuseForks>false</reuseForks>
|
||||
|
|
|
|||
Loading…
Reference in a new issue