|
@@ -72,6 +72,7 @@
|
|
|
<version>${scala.version}</version>
|
|
<version>${scala.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <!--
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.scalatra</groupId>
|
|
<groupId>org.scalatra</groupId>
|
|
|
<artifactId>scalatra_2.10</artifactId>
|
|
<artifactId>scalatra_2.10</artifactId>
|
|
@@ -83,6 +84,7 @@
|
|
|
</exclusion>
|
|
</exclusion>
|
|
|
</exclusions>
|
|
</exclusions>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ -->
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
@@ -90,23 +92,23 @@
|
|
|
<version>8.1.14.v20131031</version>
|
|
<version>8.1.14.v20131031</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <!--
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.cloudera.hue.livy</groupId>
|
|
<groupId>com.cloudera.hue.livy</groupId>
|
|
|
<artifactId>livy-repl</artifactId>
|
|
<artifactId>livy-repl</artifactId>
|
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
|
<exclusions>
|
|
<exclusions>
|
|
|
|
|
+ <!--
|
|
|
<exclusion>
|
|
<exclusion>
|
|
|
<groupId>org.scala-lang</groupId>
|
|
<groupId>org.scala-lang</groupId>
|
|
|
<artifactId>scala-compiler</artifactId>
|
|
<artifactId>scala-compiler</artifactId>
|
|
|
</exclusion>
|
|
</exclusion>
|
|
|
|
|
+ -->
|
|
|
<exclusion>
|
|
<exclusion>
|
|
|
<groupId>org.slf4j</groupId>
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
</exclusion>
|
|
</exclusion>
|
|
|
</exclusions>
|
|
</exclusions>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- -->
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|