Advertisement
Guest User

Untitled

a guest
Jun 10th, 2020
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.openmrs.module</groupId>
  3. <artifactId>serialization.xstream-api</artifactId>
  4. <type>jar</type>
  5. <scope>provided</scope>
  6. </dependency>
  7.  
  8. <dependency>
  9. <groupId>org.openmrs.module</groupId>
  10. <artifactId>calculation-api</artifactId>
  11. <version>1.2</version>
  12. <type>jar</type>
  13. <scope>provided</scope>
  14. </dependency>
  15.  
  16. <dependency>
  17. <groupId>org.codehaus.groovy</groupId>
  18. <artifactId>groovy-all</artifactId>
  19. <version>1.8.7</version>
  20. <type>jar</type>
  21. <scope>provided</scope>
  22. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement