|
@@ -29,7 +29,24 @@
|
|
|
<groupId>org.apache.spark</groupId>
|
|
<groupId>org.apache.spark</groupId>
|
|
|
<artifactId>spark-repl_2.10</artifactId>
|
|
<artifactId>spark-repl_2.10</artifactId>
|
|
|
<version>${spark.version}</version>
|
|
<version>${spark.version}</version>
|
|
|
|
|
+
|
|
|
|
|
+ <!--
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <groupId>commons-beanutils</groupId>
|
|
|
|
|
+ <artifactId>commons-beanutils</artifactId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ -->
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>commons-beanutils</groupId>
|
|
|
|
|
+ <artifactId>commons-beanutils</artifactId>
|
|
|
|
|
+ <version>1.8.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ -->
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.json4s</groupId>
|
|
<groupId>org.json4s</groupId>
|
|
@@ -42,20 +59,31 @@
|
|
|
<artifactId>scalatra_2.10</artifactId>
|
|
<artifactId>scalatra_2.10</artifactId>
|
|
|
<version>${scalatra.version}</version>
|
|
<version>${scalatra.version}</version>
|
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
|
|
|
+ <!--
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <groupId>com.typesafe.akka</groupId>
|
|
|
|
|
+ <artifactId>akka-actor_2.10</artifactId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ -->
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <!--
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.scalatra</groupId>
|
|
<groupId>org.scalatra</groupId>
|
|
|
<artifactId>scalatra_2.10</artifactId>
|
|
<artifactId>scalatra_2.10</artifactId>
|
|
|
<version>${scalatra.version}</version>
|
|
<version>${scalatra.version}</version>
|
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ -->
|
|
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|
|
|
<plugins>
|
|
<plugins>
|
|
|
|
|
|
|
|
|
|
+ <!--
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
@@ -90,6 +118,7 @@
|
|
|
</execution>
|
|
</execution>
|
|
|
</executions>
|
|
</executions>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
+ -->
|
|
|
|
|
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
@@ -121,7 +150,6 @@
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|
|
|
- <!--
|
|
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
@@ -154,7 +182,6 @@
|
|
|
</archive>
|
|
</archive>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
- -->
|
|
|
|
|
</plugins>
|
|
</plugins>
|
|
|
</build>
|
|
</build>
|
|
|
|
|
|