Skip to content

Commit

Permalink
Merge pull request #715 from NVIDIA/branch-0.2
Browse files Browse the repository at this point in the history
[auto-merge] branch-0.2 to branch-0.3 [skip ci] [bot]
  • Loading branch information
nvauto authored Sep 10, 2020
2 parents 1ecb8c5 + e137226 commit 74c2d67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions shims/aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nvidia</groupId>
<artifactId>rapids-4-spark-shims-spark301_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</profile>
</profiles>
Expand All @@ -91,5 +85,11 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nvidia</groupId>
<artifactId>rapids-4-spark-shims-spark301_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 74c2d67

Please sign in to comment.