jsf-mojarra-spring-boot-autoconfigure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.persapiens</groupId> <artifactId>jsf-mojarra-spring-boot-autoconfigure</artifactId> <version>1.7.3</version> </dependency>
<?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> <groupId>com.github.persapiens</groupId> <artifactId>jsf-spring-boot-autoconfigures</artifactId> <version>1.7.3</version> </parent> <groupId>com.github.persapiens</groupId> <artifactId>jsf-mojarra-spring-boot-autoconfigure</artifactId> <name>JSF Mojarra Spring Boot AutoConfigure</name> <version>1.7.3</version> <description>Jsf Spring Boot AutoConfigure for Mojarra</description> <properties> <main.basedir>${basedir}/../..</main.basedir> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <optional>true</optional> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.github.persapiens</groupId> <artifactId>jsf-spring-boot-autoconfigure</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <optional>true</optional> <scope>test</scope> </dependency> <dependency> <groupId>org.omnifaces</groupId> <artifactId>omnifaces</artifactId> <optional>true</optional> <scope>test</scope> </dependency> <dependency> <groupId>net.bootsfaces</groupId> <artifactId>bootsfaces</artifactId> <optional>true</optional> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.faces</artifactId> <optional>true</optional> </dependency> </dependencies> </project>