We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcbe2b commit d8e4877Copy full SHA for d8e4877
zoo/pom.xml
@@ -625,12 +625,6 @@
625
</exclusion>
626
</exclusions>
627
</dependency>
628
- <dependency>
629
- <groupId>log4j</groupId>
630
- <artifactId>log4j</artifactId>
631
- <version>2.17.1</version>
632
- <scope>test</scope>
633
- </dependency>
634
<dependency>
635
<groupId>org.slf4j</groupId>
636
<artifactId>slf4j-log4j12</artifactId>
@@ -648,11 +642,6 @@
648
642
<artifactId>jedis</artifactId>
649
643
<version>3.3.0</version>
650
644
651
652
- <groupId>org.yaml</groupId>
653
- <artifactId>snakeyaml</artifactId>
654
- <version>1.32</version>
655
656
645
657
646
<groupId>commons-lang</groupId>
658
647
<artifactId>commons-lang</artifactId>
0 commit comments