Update client web: Add OIDC configuration, new service layer, and Freya Theme integration
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -7,7 +7,7 @@
|
||||
<groupId>com.gbcm</groupId>
|
||||
<artifactId>gbcm-client-impl-quarkus</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>GBCM Client Implementation - Quarkus</name>
|
||||
<description>Interface web GBCM avec Quarkus et PrimeFaces</description>
|
||||
@@ -55,16 +55,14 @@
|
||||
<artifactId>quarkus-oidc</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Jakarta Faces (JSF) -->
|
||||
<!-- Quarkus Web -->
|
||||
<dependency>
|
||||
<groupId>org.apache.myfaces.core</groupId>
|
||||
<artifactId>myfaces-impl</artifactId>
|
||||
<version>4.0.1</version>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-reactive</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.myfaces.core</groupId>
|
||||
<artifactId>myfaces-api</artifactId>
|
||||
<version>4.0.1</version>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-qute</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- PrimeFaces -->
|
||||
@@ -75,13 +73,15 @@
|
||||
<classifier>jakarta</classifier>
|
||||
</dependency>
|
||||
|
||||
<!-- Freya Theme -->
|
||||
<!-- Freya Theme - Temporairement désactivé -->
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.primefaces</groupId>
|
||||
<artifactId>freya</artifactId>
|
||||
<version>${freya.version}</version>
|
||||
<classifier>jakarta</classifier>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
<!-- CDI -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user