Skip to content

Commit 40f2eca

Browse files
author
zhangminglei
committed
Update pom.xml
I use mvn clean package -Pspark-1.4 -Phadoop-2.6 -DskipTests can cause error and I think this should not appear. Reason about this issue is sqlline:sqlline:jar:1.1.8 is served from conjar repo. But sqlline:sqlline:jar:1.1.9 is served from maven repo. So add the dependency of sqlline1.1.9 can solve it.
1 parent 11d25be commit 40f2eca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phoenix/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
<scope>provided</scope>
4646
</dependency>
4747

48+
<dependency>
49+
<groupId>sqlline</groupId>
50+
<artifactId>sqlline</artifactId>
51+
<version>1.1.9</version>
52+
</dependency>
53+
4854
<dependency>
4955
<groupId>org.apache.phoenix</groupId>
5056
<artifactId>phoenix-core</artifactId>

0 commit comments

Comments
 (0)