<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.mwvb</groupId>
  <artifactId>xmldocument</artifactId>
  <version>0.2.4</version>
  <name>xmldocument</name>
  <description>DOM4J wrapper for easy use</description>
  <url>https://github.com/SoltauFintel/xmldocument/blob/master/README.md</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>SoltauFintel</id>
      <name>Marcus Warm</name>
      <email>warm@mwvb.de</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/SoltauFintel/xmldocument</connection>
    <developerConnection>https://github.com/SoltauFintel/xmldocument</developerConnection>
    <url>https://github.com/SoltauFintel/xmldocument</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>1.6.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jaxen</groupId>
      <artifactId>jaxen</artifactId>
      <version>1.1.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
