Skip to content

Commit

Permalink
Upgraded Pulsar client library to version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvanzuylen committed Feb 27, 2021
1 parent cbf79f0 commit 85003be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client</artifactId>
<version>2.3.2</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.lucee</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/assembly/lucee4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<outputDirectory>./lib</outputDirectory>
<scope>runtime</scope>
<includes>
<include>org.lz4:lz4-java</include>
<include>io.airlift:aircompressor</include>
<include>org.bouncycastle:bcprov-jdk15on</include>
<include>org.bouncycastle:bcpkix-jdk15on</include>
<include>org.apache.pulsar:protobuf-shaded</include>
Expand Down

0 comments on commit 85003be

Please sign in to comment.