<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>cn.dailystudio</groupId>
  <artifactId>devbricksx-kotlin-compiler</artifactId>
  <version>1.4.4</version>
  <name>devbricksx-kotlin-compiler</name>
  <description>DevBricks eXetrems Kotlin Annotation Processor</description>
  <url>https://github.com/dailystudio/devbricksx-android</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>dailystudio</id>
      <name>dailystudio</name>
      <email>dailystudio2020@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:dailystudio/devbricksx-android.git</connection>
    <developerConnection>scm:git@github.com:dailystudio/devbricksx-android.git</developerConnection>
    <url>https://github.com/dailystudio/devbricksx-android.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>cn.dailystudio</groupId>
      <version>1.4.4</version>
      <artifactId>devbricksx-kotlin-annotations</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cn.dailystudio</groupId>
      <version>1.4.4</version>
      <artifactId>devbricksx-java-annotations</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.5.10</version>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup</groupId>
      <version>1.6.0</version>
      <artifactId>kotlinpoet</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <version>2.3.0-beta03</version>
      <artifactId>room-common</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.auto.service</groupId>
      <version>1.0-rc4</version>
      <artifactId>auto-service</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
