Skip to content
Snippets Groups Projects
Commit fc60c412 authored by LiGuoqiang's avatar LiGuoqiang
Browse files

Add a zookeeper compile dependency to fix build in maven

parent 8f11c36f
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,10 @@
<groupId>org.apache.avro</groupId>
<artifactId>avro-ipc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment