Skip to content

Commit

Permalink
merge windowing code back into function instance (apache#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypeng authored and merlimat committed May 24, 2019
1 parent a81d234 commit 009bc29
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 72 deletions.
6 changes: 0 additions & 6 deletions pulsar-functions/instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@
<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
1 change: 0 additions & 1 deletion pulsar-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<module>runtime-all</module>
<module>worker</module>
<module>secrets</module>
<module>windowing</module>
</modules>

</project>
65 changes: 0 additions & 65 deletions pulsar-functions/windowing/pom.xml

This file was deleted.

0 comments on commit 009bc29

Please sign in to comment.