<?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>com.loongwind.ardf</groupId>
  <artifactId>mock</artifactId>
  <version>1.0.2</version>
  <packaging>aar</packaging>
  <name>mock</name>
  <description>android mock server</description>
  <url>https://github.com/loongwind/AndroidMockServer</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>loongwind</id>
      <name>loongwind</name>
      <email>loongwind@gmail.com</email>
      <url>https://github.com/loongwind/AndroidMockServer</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@https://github.com/loongwind/AndroidMockServer.git</connection>
    <developerConnection>scm:git@https://github.com/loongwind/AndroidMockServer.git</developerConnection>
    <url>https://github.com/loongwind/AndroidMockServer</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/loongwind/AndroidMockServer</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.10.0</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.yanzhenjie.andserver</groupId>
      <artifactId>api</artifactId>
      <version>2.1.11</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.10.1</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>io.objectbox</groupId>
      <artifactId>objectbox-java</artifactId>
      <version>3.2.0</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>io.objectbox</groupId>
      <artifactId>objectbox-kotlin</artifactId>
      <version>3.2.0</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>io.objectbox</groupId>
      <artifactId>objectbox-android</artifactId>
      <version>3.2.0</version>
      <scope>implementation</scope>
    </dependency>
  </dependencies>
</project>
