<?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.omnisrv</artifactId>
<dependencies>
<dependency>
<groupId>crow.game</groupId>
<artifactId>crow.game.login.server</artifactId>
<version>0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.14</version>
</dependency>
<dependency>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<version>1.2.25</version>
</dependency>
</dependencies>
</project>