americanexpress/unify-flowret

Unable to bulid the code due to missing dependency

Closed this issue · 2 comments

I was trying to build the code to give flowret a try, however the build fails with the following error. Please look into it. Your project looks promising.

~/git/unify-flowret master*
❯ mvn clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------< com.americanexpress.unify.flowret:unify-flowret >-----------
[INFO] Building unify-flowret 1.1.4
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.americanexpress.unify.jdocs:unify-jdocs:jar:1.1.9 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.538 s
[INFO] Finished at: 2021-05-14T15:16:39-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project unify-flowret: Could not resolve dependencies for project com.americanexpress.unify.flowret:unify-flowret:jar:1.1.4: Failure to find com.americanexpress.unify.jdocs:unify-jdocs:jar:1.1.9 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Thanks for your interest. We used to host on Bintray and that has been sunset and we are evaluating options. In case you would like to build on your machine (I think the way you are doing), you will also need to build unify-jdocs on which this project depends. Unify-jdocs has also been open sourced by Amex (my team) and you can find it here -> https://github.com/americanexpress/unify-jdocs.

You can let me know if you face any issues.

Thank you Deepak for the quick response, meanwhile, I figured out that I can build the unify-jdocs project to get around the issue.
I like the simplicity of the whole solution.