Advertisement
Guest User

Untitled

a guest
Jun 21st, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <profile>
  2. <id>openmrs-1.9</id>
  3.  
  4. <properties>
  5. <openMRSVersion>1.9.0</openMRSVersion>
  6. <openMRSMinorVersion>1.9</openMRSMinorVersion>
  7. <logicVersion>0.5</logicVersion>
  8. </properties>
  9.  
  10. <dependencyManagement>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.openmrs.api</groupId>
  14. <artifactId>openmrs-api</artifactId>
  15. <version>${openMRSVersion}</version>
  16. <type>test-jar</type>
  17. <scope>test</scope>
  18. </dependency>
  19. <dependency>
  20. <groupId>org.openmrs.web</groupId>
  21. <artifactId>openmrs-web</artifactId>
  22. <version>${openMRSVersion}</version>
  23. <type>test-jar</type>
  24. <scope>test</scope>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.openmrs.test</groupId>
  28. <artifactId>openmrs-test</artifactId>
  29. <version>${openMRSVersion}</version>
  30. <type>pom</type>
  31. <scope>test</scope>
  32. </dependency>
  33. </dependencies>
  34. </dependencyManagement>
  35. </profile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement