2019-10-31 20:43:47 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-05-08 13:09:05 +05:30
|
|
|
<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 20:43:47 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-08-20 14:20:24 +05:30
|
|
|
<artifactId>microservices-modules</artifactId>
|
|
|
|
<name>microservices-modules</name>
|
2019-10-31 20:43:47 -05:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>parent-modules</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modules>
|
2022-09-13 21:22:49 +05:30
|
|
|
<module>helidon</module>
|
|
|
|
<module>micronaut</module>
|
2022-08-20 14:20:24 +05:30
|
|
|
<module>microprofile</module>
|
|
|
|
<module>msf4j</module>
|
|
|
|
<module>open-liberty</module>
|
2023-01-11 19:30:25 +05:30
|
|
|
<module>rest-express</module>
|
2019-10-31 20:43:47 -05:00
|
|
|
</modules>
|
|
|
|
|
2023-03-22 07:35:00 +02:00
|
|
|
<properties>
|
|
|
|
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
|
|
|
|
</properties>
|
|
|
|
|
2021-05-08 13:09:05 +05:30
|
|
|
</project>
|