From 81161e7f0674e9155985b539c21e1ce86499f264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yves=20Dubois-P=C3=A8lerin?= Date: Thu, 20 Apr 2023 12:10:58 +0200 Subject: [PATCH] AEL-1522 Suppression d'une trace inutile (dans gina-ldap-client) --- README.md | 7 +++++++ pom.xml | 4 ++-- sonar-project.properties | 5 +++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 sonar-project.properties diff --git a/README.md b/README.md index 6b28dc4..48cfbeb 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,13 @@ Run ``mvn clean install`` +Starting from version 3.10, the dependency on `gina-ldap-client` 4.2.0 is no longer available in Maven Central. +So if you are a developer from outside État de Genève, before running the above command, +you will have to clone +[projet gina-ldap-client](https://github.com/republique-et-canton-de-geneve/gina-ldap-client) +from GitLab, then build it (`mvn install`), then modify the POM of this projet to make it depend on your +snapshot version of `gina-ldap-client` instead of the release version. + # Execution The mapping is carried out by running the application: diff --git a/pom.xml b/pom.xml index be2e5dc..c309800 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ ch.ge.etat.securite gina-ldap-client - 4.0.44 + 4.2.0 true @@ -299,4 +299,4 @@ - \ No newline at end of file + diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..18c1b66 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,5 @@ +# Fichier utilise' uniquement avec sonarscanner. +# Pas utilise' avec mvn sonar:sonar. + +sonar.projectKey=ch.ge.cti.composant:gitSync +sonar.java.binaries=**/target/classes