Skip to content

Commit

Permalink
Include common-io in java function instance (apache#10939)
Browse files Browse the repository at this point in the history
Fixes apache#10938 

### Motivation

Pulsar-functions has dependency on pulsar-io-common, but it is not captured in pom.xml

### Modifications

Modified pom.xml to capture the dependency
  • Loading branch information
bharanic-dev authored Jun 21, 2021
1 parent 1017fe1 commit 87bcee3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pulsar-functions/instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-io-common</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-functions-api</artifactId>
Expand Down

0 comments on commit 87bcee3

Please sign in to comment.