Skip to content

Commit

Permalink
add kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
whtblktone committed Apr 29, 2019
1 parent 8343f85 commit 39d090a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions assembly/pom.xml
Expand Up @@ -211,6 +211,16 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>kafka</id>
<dependencies>
<dependency>
<groupId>edp.moonbox</groupId>
<artifactId>moonbox-kafka-adapter</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>dist</id>
<build>
Expand Down
4 changes: 0 additions & 4 deletions assembly/src/main/assembly/assembly.xml
Expand Up @@ -37,10 +37,6 @@
<directory>
${project.parent.basedir}/bin
</directory>
<excludes>
<exclude>moonbox-submit.sh</exclude>
<exclude>moonbox.sh</exclude>
</excludes>
<outputDirectory>bin</outputDirectory>
</fileSet>
<fileSet>
Expand Down

0 comments on commit 39d090a

Please sign in to comment.