-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OJDBC artifect error when building dgva-server with maven #81
Comments
Please check pull request #82, it fixes the issue, building correctly and passing all the tests. I changed the OJDBC repo to use [1], same version of the previous one, which doesn't give the "Authorization Required" error. Thanks. [1] https://mvnrepository.com/artifact/com.github.noraui/ojdbc8/12.2.0.1 |
TL;DR: you have 2 options: download the driver in the oracle's way, or try to exclude the dgva submodule if you are not interested in that part. In any case, thanks for contributing, but I'm afraid we can not merge the PR because that artifact seems to point to a private github repo, relicensing with BSD, which sounds strange to say the least. Option 1: The oracle's wayAs much as we disagree with oracle license ideology, we are using them at the moment and we have to be legal, and use the official repositories and binaries. The oracle license states things like:
Because of that, they require us to tell every user of us to download manually the binaries, accepting the license, or register and use a key to be able to download it programmatically. Here you have some useful links, like the register page and "Technical information about how to use the Oracle Maven Repository" http://www.oracle.com/webfolder/application/maven/index.html Honestly, our documentation on this should be improved, but we didn't expect much developer users of this part of EVA. Option 2: Exclude it!We haven't really tried this, but maybe you can use the maven parameter |
Thanks for the info! |
When building eva-ws using 'maven clean install', it's giving an error building dgva-server, giving "Authorization Required" error on ORACLE maven servers for OJDBC, using NoTravis profile:
OS: Ubuntu 16 x64
If it's not an error, and I'm just not configuring it correctly, sorry, I'm new to the EVA repositories!
The text was updated successfully, but these errors were encountered: