Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.openmrs.module</groupId>
- <artifactId>radiology</artifactId>
- <version>1.4.8-SNAPSHOT</version>
- </parent>
- <groupId>org.openmrs.module</groupId>
- <artifactId>radiology-api</artifactId>
- <packaging>jar</packaging>
- <name>Radiology API</name>
- <description>API project for radiology</description>
- <dependencies>
- <dependency>
- <groupId>org.openmrs.api</groupId>
- <artifactId>openmrs-api</artifactId>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>org.openmrs.web</groupId>
- <artifactId>openmrs-web</artifactId>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>org.openmrs.test</groupId>
- <artifactId>openmrs-test</artifactId>
- <type>pom</type>
- </dependency>
- <dependency>
- <groupId>org.openmrs.module</groupId>
- <artifactId>hospitalcore-api</artifactId>
- <version>1.4.10.11-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement