forked from opensci/piflow
add maven
This commit is contained in:
parent
350f74a741
commit
9160be777c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue