<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>app.testlens</groupId>
  <artifactId>junit-platform-instrumentation</artifactId>
  <version>1.8.0</version>
  <name>TestLens JUnit Instrumentation</name>
  <description>TestLens: Tame flaky tests before they disrupt your productivity</description>
  <url>https://testlens.app</url>
  <licenses>
    <license>
      <name>TestLens Terms of Use</name>
      <url>https://testlens.app/terms-of-use</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>TestLens</id>
      <name>The TestLens team</name>
      <email>contact@testlens.app</email>
      <organization>TestLens</organization>
      <organizationUrl>https://testlens.app</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>https://testlens.app</connection>
    <developerConnection>https://testlens.app</developerConnection>
    <url>https://testlens.app</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.junit.platform</groupId>
      <artifactId>junit-platform-launcher</artifactId>
      <version>1.14.3</version>
      <exclusions>
        <exclusion>
          <groupId>org.junit.platform</groupId>
          <artifactId>junit-platform-engine</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.apiguardian</groupId>
          <artifactId>apiguardian-api</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.jspecify</groupId>
          <artifactId>jspecify</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
