<?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>com.klinec</groupId>
  <artifactId>gradle-javacard</artifactId>
  <version>1.8.0</version>
  <name>gradle-javacard</name>
  <description>Gradle JavaCard plugin</description>
  <url>https://github.com/ph4r05/javacard-gradle-plugin</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://raw.githubusercontent.com/ph4r05/javacard-gradle-plugin/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ph4r05</id>
      <name>Dusan Klinec</name>
      <email>dusan.klinec@gmail.com</email>
    </developer>
    <developer>
      <id>bertrandmartel</id>
      <name>Bertrand Martel</name>
      <email>bmartel.fr@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ph4r05/javacard-gradle-plugin</connection>
    <developerConnection>scm:git:git@github.com:ph4r05/javacard-gradle-plugin.git</developerConnection>
    <url>https://github.com/ph4r05/javacard-gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.martinpaljak</groupId>
      <artifactId>ant-javacard</artifactId>
      <version>20.03.25</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.martinpaljak</groupId>
      <artifactId>gppro</artifactId>
      <version>20.08.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.martinpaljak</groupId>
      <artifactId>gptool</artifactId>
      <version>20.08.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.martinpaljak</groupId>
      <artifactId>globalplatformpro</artifactId>
      <version>20.08.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
