Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Model Driven Health Tools » cda dependency(how to get cda dependency with maven)
cda dependency [message #1772210] Wed, 06 September 2017 17:56 Go to next message
Chris Topinka is currently offline Chris TopinkaFriend
Messages: 1
Registered: September 2017
Junior Member
Previously we were using

<dependency>
<groupId>org.openhealthtools.mdht</groupId>
<artifactId>org.openhealthtools.mdht.uml.cda</artifactId>
<version>${mdht-version}</version>
</dependency>

Is there an equivalency in maven central or other repository now the project is moved?

Re: cda dependency [message #1772405 is a reply to message #1772210] Fri, 08 September 2017 16:12 Go to previous message
Sean Muir is currently offline Sean MuirFriend
Messages: 63
Registered: September 2015
Member
We would like to get things onto the central maven but there have been resources and policies that still have not been clarified

We do have a new repository in the meantime
Here is an example
https://github.com/mdht/mdht-models/tree/develop/examples/org.openhealthtools.mdht.cda.maven.example

We have moved to eclipse so you will need to update some of the imports to use eclipse versus openhealthtools for the core jars

here is a snippet of the pom
<repositories>
		<repository>
			<id>MDHT.ext-release-local</id>
			<name>MDHT.ext-release-local</name>
			<url>http://devsoap.sitenv.org:8081/artifactory/ext-release-local</url>
		</repository>
		<repository>
			<id>MDHT.libs-snapshot-local</id>
			<name>MDHT.libs-snapshot-local</name>
			<url>http://devsoap.sitenv.org:8081/artifactory/libs-snapshot-local</url>
		</repository>
	</repositories>
Previous Topic:Error while creating a new CDA model
Next Topic:Using CDAUtil's Load
Goto Forum:
  


Current Time: Fri Apr 19 22:43:59 GMT 2024

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

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

Back to the top