Skip to content

Commit 41f727b

Browse files
committed
revert pom changes
1 parent 13afde0 commit 41f727b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sql/hive-thriftserver/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<artifactId>spark-hive_${scala.binary.version}</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
44-
<dependency>
45-
<groupId>org.scalatest</groupId>
46-
<artifactId>scalatest_${scala.binary.version}</artifactId>
47-
<scope>test</scope>
48-
</dependency>
4944
<dependency>
5045
<groupId>org.spark-project.hive</groupId>
5146
<artifactId>hive-cli</artifactId>
@@ -61,6 +56,11 @@
6156
<artifactId>hive-beeline</artifactId>
6257
<version>${hive.version}</version>
6358
</dependency>
59+
<dependency>
60+
<groupId>org.scalatest</groupId>
61+
<artifactId>scalatest_${scala.binary.version}</artifactId>
62+
<scope>test</scope>
63+
</dependency>
6464
</dependencies>
6565

6666
<build>

0 commit comments

Comments
 (0)