mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
fix pom fix imports Update docs/src/main/asciidoc/amazon-lambda-guide.adoc Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com> Update docs/src/main/asciidoc/amazon-lambda-guide.adoc Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com> Update docs/src/main/asciidoc/amazon-lambda-guide.adoc Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com> Update docs/src/main/asciidoc/amazon-lambda-guide.adoc Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com> Update docs/src/main/asciidoc/amazon-lambda-guide.adoc Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com> Update docs/src/main/asciidoc/amazon-lambda-guide.adoc Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com> Update docs/src/main/asciidoc/amazon-lambda-guide.adoc Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com> doc review changes
25 lines
812 B
XML
25 lines
812 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-parent</artifactId>
|
|
<name>Quarkus - Amazon Lambda</name>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>runtime</module>
|
|
<module>deployment</module>
|
|
<module>maven-archetype</module>
|
|
</modules>
|
|
|
|
</project>
|