translate sources from jetty-ee8-demo-simple-webapp
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
cb7b395ce3
commit
6efb927a77
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue