translate sources from jetty-ee8-demo-simple-webapp

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2022-07-14 14:53:25 +10:00
parent cb7b395ce3
commit 6efb927a77
1 changed files with 9 additions and 0 deletions

View File

@ -12,8 +12,17 @@
<packaging>war</packaging>
<properties>
<ee9.module>jetty-ee9-demos/jetty-ee9-demo-simple-webapp</ee9.module>
<bundle-symbolic-name>${project.groupId}.simple</bundle-symbolic-name>
</properties>
<!-- FIXME we should be able to reuse some files from the original ee9 src/main/webapp path -->
<dependencies>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>