<?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.ha0.server</artifactId>
<dependencies>
<dependency>
<groupId>crow.game</groupId>
<artifactId>crow.game.ha0.proto</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>crow.game</groupId>
<artifactId>crow.game.login.api</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>crow.game</groupId>
<artifactId>crow.game.codec.api</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>crow.game</groupId>
<artifactId>crow.game.codec.netty</artifactId>
<version>0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</dependency>
</dependencies>
</project>