
META-INF.maven.org.joinfaces.jsf-jetty-bootsfaces-spring-boot-starter.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsf-jetty-bootsfaces-spring-boot-starter Show documentation
Show all versions of jsf-jetty-bootsfaces-spring-boot-starter Show documentation
Jsf Spring Boot Starter for Jetty and Mojarra and BootsFaces
The newest version!
<?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>org.joinfaces</groupId> <artifactId>jsf-spring-boot-starters</artifactId> <version>2.2.8</version> </parent> <artifactId>jsf-jetty-bootsfaces-spring-boot-starter</artifactId> <name>JSF Jetty BootsFaces Spring Boot Starter</name> <description>Jsf Spring Boot Starter for Jetty and Mojarra and BootsFaces</description> <properties> <main.basedir>${basedir}/../..</main.basedir> <duplicate.ignoredClassPattern>org.objectweb.asm.(Frame|Item|Label)</duplicate.ignoredClassPattern> </properties> <dependencies> <dependency> <groupId>org.joinfaces</groupId> <artifactId>jsf-jetty-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>net.bootsfaces</groupId> <artifactId>bootsfaces</artifactId> </dependency> <dependency> <groupId>de.beyondjava</groupId> <artifactId>angularFaces-core</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy