Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <dependency>
- <groupId>org.openmrs.module</groupId>
- <artifactId>serialization.xstream-api</artifactId>
- <type>jar</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.openmrs.module</groupId>
- <artifactId>calculation-api</artifactId>
- <version>1.2</version>
- <type>jar</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>1.8.7</version>
- <type>jar</type>
- <scope>provided</scope>
- </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement