<?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>io.jcoder.odin</groupId>
  <artifactId>odin-examples</artifactId>
  <version>0.2.2</version>
  <name>odin-examples</name>
  <description>A Java Dependency Injection Library</description>
  <url>https://jcoder.io</url>
  <organization>
    <url>https://jcoder.io</url>
  </organization>
  <licenses>
    <license>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>camilojc</id>
      <email>camilo@jcoder.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com:jcoderltd/odin.git</connection>
    <developerConnection>scm:git:github.com:jcoderltd/odin.git</developerConnection>
    <url>https://github.com/jcoderltd/odin</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/jcoderltd/odin/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>io.jcoder.odin</groupId>
      <artifactId>odin-annotations</artifactId>
      <version>0.2.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
