mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
25 lines
811 B
XML
25 lines
811 B
XML
<?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>
|
|
|
|
<parent>
|
|
<artifactId>quarkus-build-parent</artifactId>
|
|
<groupId>io.quarkus</groupId>
|
|
<version>1.2.0.Final</version>
|
|
<relativePath>../../build-parent/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>quarkus-amazon-lambda-parent</artifactId>
|
|
<name>Quarkus - Amazon Lambda</name>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>runtime</module>
|
|
<module>deployment</module>
|
|
<module>maven-archetype</module>
|
|
</modules>
|
|
|
|
</project>
|