Skip to content

Commit

Permalink
LS-130 Pulsar SQL fails to start in lunastreaming-all:2.8.0_1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Jul 7, 2021
1 parent 79fa4bc commit 359d6ef
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pulsar-sql/presto-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,16 +229,9 @@
</dependency>

<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>buildtools</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 359d6ef

Please sign in to comment.