git » crow.game » main » tree

[main] / crow.game.login.api / pom.xml

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) b0in.xyz 2023

This file is part of crow.game which is released under GPLv3
See file COPYING or go to:
  * https://b0in.xyz/code/git/r/crow.game/b/main/t/f=COPYING.html
  * https://www.gnu.org/licenses/gpl-3.0.en.html#license-text
for full license details.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>crow.game</groupId>
    <artifactId>crow.game.root</artifactId>
    <version>0.1-SNAPSHOT</version>
  </parent>
  <artifactId>crow.game.login.api</artifactId>
  <dependencies>
    <dependency>
      <groupId>crow.game</groupId>
      <artifactId>crow.game.codec.api</artifactId>
      <version>0.1-SNAPSHOT</version>
    </dependency>
  </dependencies>
</project>