File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+ <groupId >com._4point.aem.fluentforms</groupId >
6+ <artifactId >spring-starters</artifactId >
7+ <packaging >pom</packaging >
8+ <version >0.0.4-SNAPSHOT</version >
9+ <description >Fluent Forms Spring Boot Starter Projects</description >
10+
11+ <modules >
12+ <!-- Spring MVC Starters -->
13+ <module >fluentforms-spring-boot-autoconfigure</module >
14+ <module >fluentforms-spring-boot-starter</module >
15+ <module >fluentforms-sample-webmvc-app</module >
16+ <module >fluentforms-sample-cli-app</module >
17+ <!-- Spring Jersey JAX-RS Starters -->
18+ <module >fluentforms-jersey-spring-boot-autoconfigure</module >
19+ <module >fluentforms-jersey-spring-boot-starter</module >
20+ <module >fluentforms-sample-web-jersey-app</module >
21+ </modules >
22+ </project >
You can’t perform that action at this time.
0 commit comments