Files
quarkus/extensions/amazon-lambda-http/pom.xml
Justin Lee e0ded23b4d introduce an optional maven plugin to update the sam config
rename module to amazon-lambda-http
2019-10-21 18:58:16 -04:00

24 lines
807 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>999-SNAPSHOT</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<artifactId>quarkus-amazon-lambda-http-parent</artifactId>
<name>Quarkus - Amazon Lambda HTTP</name>
<packaging>pom</packaging>
<modules>
<module>runtime</module>
<module>deployment</module>
<module>maven</module>
</modules>
</project>