add maven

This commit is contained in:
yanggang 2018-11-19 16:13:06 +08:00
parent 350f74a741
commit 9160be777c
1 changed files with 9 additions and 0 deletions

View File

@ -176,6 +176,13 @@
<version>5.0.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.flume/flume-ng-core -->
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-core</artifactId>
<version>1.8.0</version>
</dependency>
<!--https://mvnrepository.com/artifact/io.netty/netty-all-->
<dependency>
@ -198,6 +205,8 @@
</dependencies>
<build>