mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update pom.xml after https://github.com/apache/incubator-zeppelin/pull/88
This commit is contained in:
parent
460cf46f7c
commit
f08bd259c3
1 changed files with 2 additions and 21 deletions
|
|
@ -38,6 +38,7 @@
|
|||
<flink.akka.version>2.3.7</flink.akka.version>
|
||||
<flink.scala.binary.version>2.10</flink.scala.binary.version>
|
||||
<flink.scala.version>2.10.4</flink.scala.version>
|
||||
<scala.macros.version>2.0.1</scala.macros.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
|
@ -78,11 +79,6 @@
|
|||
<artifactId>gson</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.flink</groupId>
|
||||
<artifactId>flink-core</artifactId>
|
||||
|
|
@ -99,20 +95,6 @@
|
|||
<groupId>org.apache.flink</groupId>
|
||||
<artifactId>flink-runtime</artifactId>
|
||||
<version>${flink.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-remote_2.10</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-slf4j_2.10</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
@ -145,7 +127,6 @@
|
|||
<version>${flink.akka.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
|
|
@ -225,7 +206,7 @@
|
|||
<compilerPlugins combine.children="append">
|
||||
<compilerPlugin>
|
||||
<groupId>org.scalamacros</groupId>
|
||||
<artifactId>paradise_${scala.version}</artifactId>
|
||||
<artifactId>paradise_${flink.scala.version}</artifactId>
|
||||
<version>${scala.macros.version}</version>
|
||||
</compilerPlugin>
|
||||
</compilerPlugins>
|
||||
|
|
|
|||
Loading…
Reference in a new issue