Advertisement
Guest User

Untitled

a guest
Jun 25th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.eclipse.emf</groupId>
  3. <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
  4. <version>[2.5.0,)</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.eclipse.emf</groupId>
  8. <artifactId>org.eclipse.emf.common</artifactId>
  9. <version>[2.5.0,)</version>
  10. </dependency>
  11. <dependency>
  12. <groupId>org.eclipse.emf</groupId>
  13. <artifactId>org.eclipse.emf.ecore</artifactId>
  14. <version>[2.5.0,)</version>
  15. </dependency>
  16. <dependency>
  17. <groupId>net.sourceforge.lpg</groupId>
  18. <artifactId>lpgjavaruntime</artifactId>
  19. <version>[1.1.0,)</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.eclipse</groupId>
  23. <artifactId>ocl</artifactId>
  24. <version>[1.3.0,)</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.eclipse.ocl</groupId>
  28. <artifactId>ecore</artifactId>
  29. <version>[1.3.0,)</version>
  30. </dependency>
  31.  
  32. <!-- Changed this to use r1.0 version -->
  33. <dependency>
  34. <groupId>org.openhealthtools.mdht</groupId>
  35. <artifactId>org.openhealthtools.mdht.uml.cda</artifactId>
  36. <!-- <version>${mdht.v1.version}</version> -->
  37. <version>${mdht.version}</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.openhealthtools.mdht</groupId>
  41. <artifactId>org.openhealthtools.mdht.uml.cda.ccd</artifactId>
  42. <!-- <version>${mdht.r1.0.version}</version> -->
  43. <version>${mdht.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.openhealthtools.mdht</groupId>
  47. <artifactId>org.openhealthtools.mdht.uml.cda.cdt</artifactId>
  48. <!-- <version>${mdht.r1.0.version}</version> -->
  49. <version>${mdht.version}</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.openhealthtools.mdht</groupId>
  53. <artifactId>org.openhealthtools.mdht.uml.cda.hitsp</artifactId>
  54. <!-- <version>${mdht.r1.0.version}</version> -->
  55. <version>${mdht.version}</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.openhealthtools.mdht</groupId>
  59. <artifactId>org.openhealthtools.mdht.uml.cda.ihe</artifactId>
  60. <!-- <version>${mdht.r1.0.version}</version> -->
  61. <version>${mdht.version}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.openhealthtools.mdht</groupId>
  65. <artifactId>org.openhealthtools.mdht.uml.hl7.datatypes</artifactId>
  66. <!-- <version>${mdht.v1.version}</version> -->
  67. <version>${mdht.version}</version>
  68.  
  69. </dependency>
  70. <dependency>
  71. <groupId>org.openhealthtools.mdht</groupId>
  72. <artifactId>org.openhealthtools.mdht.uml.hl7.vocab</artifactId>
  73. <!-- <version>${mdht.v1.version}</version> -->
  74. <version>${mdht.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.openhealthtools.mdht</groupId>
  78. <artifactId>org.openhealthtools.mdht.uml.hl7.rim</artifactId>
  79. <!-- <version>${mdht.v1.version}</version> -->
  80. <version>${mdht.version}</version>
  81. </dependency>
  82.  
  83. <dependency>
  84. <groupId>org.openhealthtools.mdht</groupId>
  85. <artifactId>org.openhealthtools.mdht.uml.cda.toc</artifactId>
  86. <version>${mdht.toc.version}</version>
  87. </dependency>
  88.  
  89. <dependency>
  90. <groupId>org.openhealthtools.mdht</groupId>
  91. <artifactId>org.openhealthtools.mdht.uml.cda.consol</artifactId>
  92. <version>${mdht.version}</version>
  93. </dependency>
  94.  
  95. <dependency>
  96. <groupId>org.openhealthtools.mdht</groupId>
  97. <artifactId>org.openhealthtools.mdht.uml.cda.consoltoc</artifactId>
  98. <version>${mdht.toc.consol.version}</version>
  99. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement