jsf-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jsf-spring-boot-starter</artifactId>
<version>6.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.joinfaces</groupId>
<artifactId>jsf-spring-boot-starter</artifactId>
<version>6.1.0</version>
<packaging>pom</packaging>
<name>JSF Spring Boot Starter</name>
<description>JSF Spring Boot Starter</description>
<url>https://docs.joinfaces.org/6.1.0/reference/</url>
<inceptionYear>2016</inceptionYear>
<organization>
<name>JoinFaces</name>
<url>https://github.com/joinfaces</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>persapiens</id>
<name>Marcelo Romulo Fernandes</name>
<email>persapiens@gmail.com</email>
<timezone>-3</timezone>
</developer>
<developer>
<id>larsgrefer</id>
<name>Lars Grefer</name>
<email>github@larsgrefer.de</email>
<timezone>Europe/Berlin</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/joinfaces/joinfaces.git</connection>
<developerConnection>scm:git:git@github.com:joinfaces/joinfaces.git</developerConnection>
<url>https://github.com/joinfaces/joinfaces/</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/joinfaces/joinfaces/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/joinfaces/joinfaces/actions</url>
</ciManagement>
<distributionManagement>
<relocation>
<artifactId>faces-spring-boot-starter</artifactId>
<message>Rename jsf to faces</message>
</relocation>
</distributionManagement>
</project>