We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13afde0 commit 41f727bCopy full SHA for 41f727b
sql/hive-thriftserver/pom.xml
@@ -41,11 +41,6 @@
41
<artifactId>spark-hive_${scala.binary.version}</artifactId>
42
<version>${project.version}</version>
43
</dependency>
44
- <dependency>
45
- <groupId>org.scalatest</groupId>
46
- <artifactId>scalatest_${scala.binary.version}</artifactId>
47
- <scope>test</scope>
48
- </dependency>
49
<dependency>
50
<groupId>org.spark-project.hive</groupId>
51
<artifactId>hive-cli</artifactId>
@@ -61,6 +56,11 @@
61
56
<artifactId>hive-beeline</artifactId>
62
57
<version>${hive.version}</version>
63
58
59
+ <dependency>
60
+ <groupId>org.scalatest</groupId>
+ <artifactId>scalatest_${scala.binary.version}</artifactId>
+ <scope>test</scope>
+ </dependency>
64
</dependencies>
65
66
<build>
0 commit comments