-
benemart authored
* Apps referentials * 3 news modules : referential-internal, referential-external, ui-referential * modification of portal and commons to adapt for new applications * compatibility to vitam version 2.15.1-1 * update of ansible code to be able to deploy applications Signed-off-by:
MARTINEZ Benedicte <benedicte.martinez@cea.fr> * Apps referentials Mise à jour suite à PR#27 Upgrade deployment Signed-off-by:
MARTINEZ Benedicte <benedicte.martinez@cea.fr> * Apps referentials : update vitam clients version to last R12 version * Apps referentials : fix apache FOP dependency error by excluding jai-xxxx * Fix TU front : prod-proof import in styles * Fix TU front : fix vitamui-library tests * Fix : build vitamui-library package before maven projects build * Fix referential front TU : fix or ignore TUs KO * Temporary deactivation of Tu with timeout * Fix build with scss * Fix TU import * Fix build with scss in ui-frontend pom + add more ram on build + use headless profile for tests * Fix : clean code and exception throwing * Clean code : tslint fixes * Fix profile -> profil * Fix domains in yml * Fix domains in docker mongo vars * Remove 02_security_ref.js in docker Co-authored-by:
BLANCHET Ludovic <ludovic.blanchet.ext@culture.gouv.fr> Co-authored-by:
MARTINEZ Benedicte <BM246635@intra.cea.fr> Co-authored-by:
Gaëlle FOURNIER <gaelle.fournier.work@gmail.com>
Unverifiedd147bd96
pom.xml 806 B
<?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>
<artifactId>ui-parent</artifactId>
<packaging>pom</packaging>
<name>VITAMUI UI</name>
<parent>
<groupId>fr.gouv.vitamui</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>ui-frontend-common</module>
<module>ui-frontend</module>
<module>ui-commons</module>
<module>ui-portal</module>
<module>ui-identity</module>
<module>ui-referential</module>
</modules>
</project>