Skip to content

Commit

Permalink
Removed multifunction.jar from sources (#1774)
Browse files Browse the repository at this point in the history
* Removed multifunction.jar from sources

* Added test dependency

* Removed test scoped dependency on test examples

* Removed tests
  • Loading branch information
merlimat committed May 14, 2018
1 parent d9f4894 commit e5d3bda
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 366 deletions.
2 changes: 1 addition & 1 deletion pulsar-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<module>proto</module>
<module>proto-shaded</module>
<module>api-java</module>
<module>java-examples</module>
<module>utils</module>
<module>metrics</module>
<module>instance</module>
Expand All @@ -43,7 +44,6 @@
<module>runtime-all</module>
<module>worker</module>
<module>worker-shaded</module>
<module>java-examples</module>
</modules>

<dependencyManagement>
Expand Down
1 change: 0 additions & 1 deletion pulsar-functions/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.12.Final</version>
</dependency>

<dependency>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

0 comments on commit e5d3bda

Please sign in to comment.