mirror of
https://github.com/tiennm99/try-netty.git
synced 2026-05-14 05:53:01 +00:00
19 lines
508 B
XML
19 lines
508 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<artifactId>server</artifactId>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>com.miti99</groupId>
|
|
<artifactId>learn-netty</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<version>${parent.version}</version>
|
|
|
|
</project>
|