Skip to main content



      Home
Home » Eclipse Projects » Model Driven Health Tools » MDHT Maven Project
MDHT Maven Project [message #1833959] Wed, 28 October 2020 16:43 Go to next message
Eclipse UserFriend
Hello,

I'm attempting to use the dependencies:

<dependency>
<groupId>org.openehealth.ipf.modules</groupId>
<artifactId>ipf-modules-cda-mdht</artifactId>
<version>4.0-20200713</version>
</dependency>

to generate and build a CCDA within a project based on the IPF camel project. When I run this locally everything works great. However, when I run this in a cloud deployed container, there seems to be missing dependencies.

I have tried pulling the dependencies according to how the sample project at : https://github.com/mdht/Examples/blob/master/org.openhealthtools.mdht.cda.maven.example/pom.xml

pulls them. However, the repositories seem to be down as maven times out when attempting to connect. Are there any suggestions about how to handle this?/ Has anyone dealt with a similar situation before?

Thanks!
Re: MDHT Maven Project [message #1834037 is a reply to message #1833959] Fri, 30 October 2020 11:18 Go to previous message
Eclipse UserFriend
This has been an ongoing issue with maven/eclipse dependencies - most eclipse dependencies do not end up in maven central and native support for p2 repositories has not been effective in the past

We have the components but you will need to build locally and deploy some of the eclipse dependencies locally

you can look here for a zip build using the latest consolidated

https://github.com/mdht/mdht-models

this is a pom with dependencies

https://github.com/mdht/mdht-models/tree/develop/runtime


Previous Topic:Exception when reading CCD in multithreading
Next Topic:MDHT javadocs
Goto Forum:
  


Current Time: Sun Aug 31 13:49:54 EDT 2025

Powered by FUDForum. Page generated in 0.03608 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top