<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.the-fireplace</groupId>
  <artifactId>Annotated-DI-Forge</artifactId>
  <version>4.0.3+1.18.2</version>
  <name>Annotated DI</name>
  <description>A wrapper around Guice with a few extra utilities for use with Minecraft mods.</description>
  <url>https://modrinth.com/mod/annotated-di</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>the_fireplace</id>
      <name>The_Fireplace</name>
      <email>git@the-fireplace.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:svn:https://github.com/The-Fireplace-Minecraft-Mods/Annotated-DI.git</connection>
    <developerConnection>scm:svn:https://github.com/The-Fireplace-Minecraft-Mods/Annotated-DI.git</developerConnection>
    <url>https://github.com/The-Fireplace-Minecraft-Mods/Annotated-DI</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>5.1.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>com.google.guava</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>aopalliance</groupId>
      <artifactId>aopalliance</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
