Skip to content

Commit

Permalink
Use property for spring-ldap.version
Browse files Browse the repository at this point in the history
  • Loading branch information
jusabatier authored Jan 16, 2025
1 parent 84e55eb commit a217bef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cadastrapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<log4j.version>2.23.1</log4j.version>
<postgresql.version>42.3.9</postgresql.version>
<spring.version>5.3.18</spring.version>
<spring-ldap.version>3.2.6</spring-ldap.version>
<hibernate-version>6.0.0.Alpha7</hibernate-version>
<hibernate-annotations-version>5.1.2.Final</hibernate-annotations-version>
<geotools.version>26.2</geotools.version>
Expand Down Expand Up @@ -102,13 +103,13 @@
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>3.2.6</version>
<version>${spring-ldap.version}</version>
</dependency>
<!-- Spring LDAP Test -->
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>3.2.6</version>
<version>${spring-ldap.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a217bef

Please sign in to comment.