Skip to content

Commit

Permalink
package windowing code with function instance (apache#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypeng authored Feb 25, 2019
1 parent fe7311c commit 915a4d0
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 @@ -77,6 +77,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-functions-windowing</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-java-client</artifactId>
Expand Down

0 comments on commit 915a4d0

Please sign in to comment.