<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.guicedee.services</groupId>
  <artifactId>commons-xmlbeans</artifactId>
  <version>1.2.2.1</version>
  <name>Apache Commons XML Beans</name>
  <description>The Apache Commons Codec package contains simple encoder and decoders for
        various formats such as Base64 and Hexadecimal. In addition to these
        widely used encoders and decoders, the codec package also maintains a
        collection of phonetic encoding utilities.</description>
  <url>https://commons.apache.org/proper/commons-codec/</url>
  <licenses>
    <license>
      <name>GPL 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>GedMarc</id>
      <name>Marc Magon</name>
      <email>marc.magon@gmail.com</email>
      <url>https://github.com/GedMarc</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git</connection>
    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git</developerConnection>
    <url>https://github.com/apache/commons-codec</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.10.12</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.guicedee.services</groupId>
      <artifactId>log4j-core</artifactId>
      <version>1.2.2.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
