| | |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <!-- Required for compilation --> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <artifactId>json-resource-servlet</artifactId> |
| | | <version>${forgerockRestVersion}</version> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <!-- Required for runtime via WAR overlay --> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <artifactId>json-resource-servlet</artifactId> |
| | | <version>${forgerockRestVersion}</version> |
| | | <type>war</type> |
| | | <classifier>servlet</classifier> |
| | | <scope>runtime</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>javax.servlet</groupId> |
| | |
| | | </goals> |
| | | <configuration> |
| | | <classifier>servlet</classifier> |
| | | <overlays> |
| | | <overlay> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <artifactId>json-resource-servlet</artifactId> |
| | | <classifier>servlet</classifier> |
| | | </overlay> |
| | | </overlays> |
| | | </configuration> |
| | | </execution> |
| | | </executions> |