<?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">
  <parent>
    <artifactId>services-parent</artifactId>
    <groupId>com.guicedee.services</groupId>
    <version>1.1.1.0-SNAPSHOT-jre8</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>dom4j</artifactId>
  <name>dom4j</name>
  <description>The dom4j api for hibernate (1.3.4)</description>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <id>shade</id>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>org.dom4j</include>
                </includes>
              </artifactSet>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.moditect</groupId>
        <artifactId>moditect-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>com.guicedee.services</groupId>
      <artifactId>jakarta.xml.bind-api</artifactId>
      <version>1.1.1.0-SNAPSHOT-jre8</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
