<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.hdm_stuttgart.mi</groupId>
  <artifactId>unitmarking</artifactId>
  <version>2.0.3</version>
  <description>Examination marking by Junit 5 tests.</description>
  <url>https://freedocs.mi.hdm-stuttgart.de/sd1_sect_mavenCli.html</url>
  <distributionManagement>
    <repository>
      <id>mi-nexus</id>
      <url>https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven</url>
    </repository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <version>6.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.platform</groupId>
      <artifactId>junit-platform-launcher</artifactId>
      <version>6.0.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>