<?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.alpharogroup</groupId>
  <artifactId>crypt-data</artifactId>
  <version>7.4</version>
  <name>crypt-data</name>
  <description>Utility project that provides data beans, writers and readers for encryption and decryption</description>
  <url>https://github.com/astrapi69/crypt-data</url>
  <organization>
    <name>Alpha Ro Group UG (h.b.)</name>
    <url>http://www.alpharogroup.de/</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>astrapi69</id>
      <name>Asterios Raptis</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:@github.com:astrapi69/crypt-data.git</connection>
    <developerConnection>scm:git:git:@github.com:astrapi69/crypt-data.git</developerConnection>
    <url>scm:git:git:@github.com:astrapi69/crypt-data.git</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/astrapi69/crypt-data/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>de.alpharogroup</groupId>
      <artifactId>crypt-api</artifactId>
      <version>7.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.xml.bind</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>2.4.0-b180830.0359</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.15</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcpkix-jdk15on</artifactId>
      <version>1.67</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>30.0-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.alpharogroup</groupId>
      <artifactId>file-worker</artifactId>
      <version>5.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.rainerhahnekamp</groupId>
      <artifactId>sneakythrow</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.alpharogroup</groupId>
      <artifactId>silly-collections</artifactId>
      <version>8.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.alpharogroup</groupId>
      <artifactId>silly-strings</artifactId>
      <version>5.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.alpharogroup</groupId>
      <artifactId>silly-io</artifactId>
      <version>1.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
