<?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>io.github.dawnuu</groupId>
  <artifactId>aabresguard-core</artifactId>
  <version>1.0.0</version>
  <name>AabResGuard Core</name>
  <description>The core command-line tool for obfuscating Android App Bundle resources.</description>
  <url>https://github.com/dawnuu/AabResGuard</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dawnuu</id>
      <name>Dawn</name>
      <email>dawnuu@126.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/dawnuu/AabResGuard.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/dawnuu/AabResGuard.git</developerConnection>
    <url>https://github.com/dawnuu/AabResGuard</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.17.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>33.4.0-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>2.1.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.tools.build</groupId>
      <artifactId>bundletool</artifactId>
      <version>0.13.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
