benalexau opened a new issue #243: Missing dependency: bookkeeper-server 4.3.7-TWTTR-OSS URL: https://github.com/apache/distributedlog/issues/243 - What did you do? I added http://maven.twttr.com/ to the local Nexus server and then attempted to build from source 832fb4eac37439ecbb1eb910ba3f7b8a502ba40f using `mvn install -DskipTests`. - What did you expect to see? Compiled JARs. - What did you see instead? Failed with: ```[ERROR] Failed to execute goal on project backward-compat-test-0.4: Could not resolve dependencies for project org.apache.distributedlog.tests:backward-compat-test-0.4:jar:0.6.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.bookkeeper:bookkeeper-server:jar:4.3.7-TWTTR-OSS, org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:4.3.7-TWTTR-OSS: Failure to find org.apache.bookkeeper:bookkeeper-server:jar:4.3.7-TWTTR-OSS``` Workaround is to edit `test/pom.xml` and disable modules `jmh-0.4` and `backward-compat-0.4`. The [Admin Guide BookKeeper page](http://bookkeeper.apache.org/distributedlog/docs/latest/admin_guide/bookkeeper.html) states: > The version of BookKeeper that DistributedLog depends on is not the official opensource version. It is twitter's production version 4.3.4-TWTTR, which is available in https://github.com/twitter/bookkeeper. However the error message shows `4.3.7-TWTTR-OSS` is being used. Also `mvn dependency:tree` shows `4.7.0-SNAPSHOT` is the typical version. Is `4.3.7-TWTTR-OSS` available in a public Maven repository somewhere (or could a Twitter person perhaps add it to http://maven.twttr.com/)?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
