<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.kie.modules</groupId>
    <artifactId>jboss-eap-6.1.1</artifactId>
    <version>6.1.0.Beta4</version>
  </parent>

  <groupId>org.kie.modules</groupId>
  <artifactId>javax-xml-bind-api-main</artifactId>
  <name>EAP Base Module javax.xml.bind.api:main</name>
  
  <packaging>pom</packaging>

  <properties>
    <module.type>base</module.type>
    <module.slot>main</module.slot>
    <module.name>javax.xml.bind.api</module.name>
  </properties>


  <dependencies>
    <dependency>
      <groupId>org.jboss.spec.javax.xml.bind</groupId>
      <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
      <version>1.0.4.Final-redhat-2</version>
      <type>pom</type>
      <scope>system</scope>
      <systemPath>${project.basedir}/src/main/resources/jboss-jaxb-api_2.2_spec-1.0.4.Final-redhat-2.jar-pom.xml
      </systemPath>
    </dependency>
    <!-- Custom dependencies. -->
    <dependency>
      <groupId>javax.xml.bind</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>2.2.5</version>
      <type>jar</type>
    </dependency>

  </dependencies>


</project>
