OPCFoundation / UA-Java-Legacy

This repository is provided by OPC Foundation as legacy support for an Java version for OPC UA.
https://github.com/OPCFoundation/UA-.NETStandard
Other
354 stars 226 forks source link

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

Closed abirke closed 4 years ago

abirke commented 5 years ago

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