Skip to content
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

Example projects miss Bouncy Castle update due to additional dependency declaration #189

Closed
abirke opened this issue Jan 15, 2019 · 0 comments

Comments

@abirke
Copy link
Contributor

abirke commented Jan 15, 2019

The UA Java examples still use Bouncy Castle version 1.54 even though the stack dependency was updated to version 1.60 (see issue #181). According to dependency mediation in Maven, the nearest definition of a dependency is used if multiple versions are defined. The example projects both declare Bouncy Castle version 1.54 as a direct dependency.

https://github.com/OPCFoundation/UA-Java/blob/9006208b89ebdfabde76b6c4613301d75ac76c30/examples/basic/pom.xml#L39-L44

abirke pushed a commit to abirke/UA-Java that referenced this issue Jan 15, 2019
jouniaro added a commit that referenced this issue Oct 23, 2019
Fix issue #189, update to BC v1.60 in examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants