Skip to content

Commit

Permalink
AEL-1522 Suppression d'une trace inutile (dans gina-ldap-client)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandalbosco committed Apr 20, 2023
1 parent 6b4d1a2 commit 81161e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>ch.ge.etat.securite</groupId>
<artifactId>gina-ldap-client</artifactId>
<version>4.0.44</version>
<version>4.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -299,4 +299,4 @@
</distributionManagement>
</profile>
</profiles>
</project>
</project>
5 changes: 5 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 81161e7

Please sign in to comment.