Skip to content

Commit

Permalink
Move full pulsar-client-original in Pulsar IO classpath, as in 2.8.0
Browse files Browse the repository at this point in the history
- this change allows to use KeyValueSchema and RecordSchemaBuilder in Pulsar Sinks
  • Loading branch information
eolivelli committed May 31, 2021
1 parent 197d082 commit 0d53010
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar-functions/runtime-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-client-api</artifactId>
<artifactId>pulsar-client-original</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
3 changes: 3 additions & 0 deletions tests/docker-images/java-test-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
</transformer>
</transformers>
<artifactSet>
<includes>pulsar-functions-api-examples</includes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down

0 comments on commit 0d53010

Please sign in to comment.