<?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>se.tv4</groupId>
  <artifactId>chronometro-runtime</artifactId>
  <version>0.3.0</version>
  <packaging>aar</packaging>
  <name>Chronometro</name>
  <description>Annotation-triggered method call logging for measuring performance in your app in debug mode</description>
  <url>https://github.com/dilah/chronometro</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dilah</id>
      <name>Dimitris Lachanas</name>
      <email>dlachanas@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:dilah/chronometro.git</connection>
    <developerConnection>scm:git@github.com:dilah/chronometro.git</developerConnection>
    <url>https://github.com/dilah/chronometro</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>se.tv4</groupId>
      <artifactId>chronometro-annotations</artifactId>
      <version>0.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjrt</artifactId>
      <version>1.8.6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
