Files
getting-started/spring-boot/spring-boot-openapi-impl/pom.xml
Petros Stergioulas dabc601384 Reflect-91 init
2020-02-09 22:25:26 +01:00

17 lines
526 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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.reflectoring</groupId>
<artifactId>reflect91</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>app</module>
<module>specification</module>
</modules>
</project>