Skip to content

Commit a535b0a

Browse files
committed
exclude sqlline
1 parent 8e3ee52 commit a535b0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,10 @@
23742374
<groupId>com.github.joshelser</groupId>
23752375
<artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>
23762376
</exclusion>
2377+
<exclusion>
2378+
<groupId>sqlline</groupId>
2379+
<artifactId>sqlline</artifactId>
2380+
</exclusion>
23772381
</exclusions>
23782382
</dependency>
23792383
<dependency>

0 commit comments

Comments
 (0)