Skip to content

Commit

Permalink
zookeeper & jute
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross committed Jan 8, 2025
1 parent fc1a321 commit 9a5ff7b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
<version>${version.zookeeper}</version>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>spring-boot-starter-datawave</artifactId>
Expand Down Expand Up @@ -230,6 +235,14 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 9a5ff7b

Please sign in to comment.