Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Clean up in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwestphal committed Dec 3, 2018
1 parent d16d2d1 commit a14141e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pom.xml
Expand Up @@ -63,7 +63,6 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.version>>=3.0</maven.version>
<!--<java.version>>=1.8</java.version>-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<scala.version>2.11.12</scala.version>
Expand Down Expand Up @@ -268,12 +267,12 @@
<version>0.9.2</version>
</dependency>

<!-- Apache Calcite -->
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.16.0</version>
</dependency>
<!-- Apache Calcite -->
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.16.0</version>
</dependency>

<!-- Test -->
<dependency>
Expand Down Expand Up @@ -342,7 +341,7 @@
<artifactId>hadoop-common</artifactId>
<version>2.9.0</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>

<dependencies>
Expand Down

0 comments on commit a14141e

Please sign in to comment.