2019-10-31 21:43:47 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-05-08 03:39:05 -04:00
|
|
|
<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">
|
2019-10-31 21:43:47 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-08-20 04:50:24 -04:00
|
|
|
<artifactId>microservices-modules</artifactId>
|
|
|
|
<name>microservices-modules</name>
|
2019-10-31 21:43:47 -04:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>parent-modules</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modules>
|
2022-09-13 11:52:49 -04:00
|
|
|
<module>helidon</module>
|
|
|
|
<module>micronaut</module>
|
2022-08-20 04:50:24 -04:00
|
|
|
<module>microprofile</module>
|
|
|
|
<module>msf4j</module>
|
|
|
|
<module>open-liberty</module>
|
2023-01-11 09:00:25 -05:00
|
|
|
<module>rest-express</module>
|
2019-10-31 21:43:47 -04:00
|
|
|
</modules>
|
|
|
|
|
2021-05-08 03:39:05 -04:00
|
|
|
</project>
|