Files

23 lines
734 B
XML
Raw Permalink Normal View History

2022-02-27 23:06:47 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>server-modules</artifactId>
<name>server-modules</name>
2022-02-27 23:06:47 +01:00
<packaging>pom</packaging>
<parent>
<artifactId>parent-modules</artifactId>
2022-02-27 23:06:47 +01:00
<groupId>com.baeldung</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>apache-tomcat</module>
<module>netty</module>
<module>undertow</module>
<module>wildfly</module>
</modules>
2022-12-20 22:37:54 +05:30
</project>