Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Model Driven Health Tools » MDHT Maven Project
MDHT Maven Project [message #1833959] Wed, 28 October 2020 20:43 Go to next message
Garrett Montague is currently offline Garrett MontagueFriend
Messages: 1
Registered: October 2020
Junior Member
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 15:18 Go to previous message
Sean Muir is currently offline Sean MuirFriend
Messages: 63
Registered: September 2015
Member
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: Thu Apr 25 15:28:23 GMT 2024

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

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

Back to the top