<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.overlord.sramp</groupId>
		<artifactId>s-ramp</artifactId>
		<version>0.0.2</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>s-ramp-api</artifactId>
	<name>S-RAMP API</name>
	<description>S-RAMP API is generated from the OASIS S-RAMP Specification v1.0.</description>

	<dependencies>
		<!-- Testing (note the scope) -->
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>xmlunit</groupId>
			<artifactId>xmlunit</artifactId>
			<scope>test</scope>
		</dependency>
    <dependency>  
        <groupId>com.sun.xml.bind</groupId>  
        <artifactId>jaxb-impl</artifactId>  
        <version>2.2.2</version>  
      </dependency>  
	</dependencies>

</project>
