Li Wang created ZOOKEEPER-4008:
----------------------------------
Summary: "package org.junit.jupiter.api does not exist" compile
error in Branch 3.6
Key: ZOOKEEPER-4008
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4008
Project: ZooKeeper
Issue Type: Bug
Components: build
Affects Versions: 3.6.0
Reporter: Li Wang
Got compile error of "package org.junit.jupiter.api does not exist" after
checking out the code from Branch 3.6.
The error started to occurred after the following PR:
[https://github.com/apache/zookeeper/pull/1445]
Error:
zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/DIFFSyncConsistencyTest.java:[22,36]
package org.junit.jupiter.api does not exist
Steps to produce
# pull latest code from branch-3.6
# run "mvn test"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)