Build issues with current man branch, after milestone-7 release. #2271
-
Hi all, I am trying to build a connector launcher which has dependencies on the identity-hub, registration-service and federated-catalog projects. The built is identical to the connector launcher build in the MVD project, except that I am using the connector sub-projects from the main branch instead of the milestone-7 jars from maven. I get runtime errors when starting the launcher, which are all caused because the identity-hub, registration-service and federated-catalog projects all depend on connector sub-projects and pull in those dependencies from maven, which means that I have different versions of the same classes on the class path, which are not compatible.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
hi, As of very recently, Our plan is to upgrade MVD to also use the latest Eventually we want to be able to release all components with the same version, and have their
We hope to get this done until the Milestone-8 release. |
Beta Was this translation helpful? Give feedback.
-
FYI there is a pull request to upgrade MVD to use |
Beta Was this translation helpful? Give feedback.
FYI there is a pull request to upgrade MVD to use
0.0.1-SNAPSHOT
versions of all other components.