Skip to content

Commit

Permalink
Optimize assembly pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
beliefer authored and WeiWenda committed Sep 16, 2019
1 parent 8eeaa64 commit c5d879d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,6 @@
<artifactId>xsql-hive_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
<profile>
Expand All @@ -224,12 +218,6 @@
<artifactId>xsql-hive-thriftserver_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive-thriftserver_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
<profile>
Expand Down

0 comments on commit c5d879d

Please sign in to comment.