<?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">
  <!-- 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>com.cedarsoft.dependencies-sets</groupId>
  <artifactId>annotations</artifactId>
  <version>8.9.2</version>
  <name>annotations</name>
  <description>Path: :dependencies-sets:annotations</description>
  <url>http://cedarsoft.com</url>
  <licenses>
    <license>
      <name>GPLv3 with Classpath Exception</name>
      <url>https://www.cedarsoft.org/gpl3ce</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jschneider</id>
      <name>Johannes Schneider</name>
      <email>js@cedarsoft.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:jschneider/com.cedarsoft.monorepo.git</connection>
    <developerConnection>scm:git:git@github.com:jschneider/com.cedarsoft.monorepo.git</developerConnection>
    <url>https://github.com/jschneider/com.cedarsoft.monorepo</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.cedarsoft.dependencies-sets</groupId>
        <artifactId>basics</artifactId>
        <version>8.9.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
