Skip to content

Commit

Permalink
Use single place for managing spring-ldap-core version and remove obs…
Browse files Browse the repository at this point in the history
…olete spring-ldap-core dependency
  • Loading branch information
filiphr committed Aug 16, 2023
1 parent a63d8db commit f5a201f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions modules/flowable-ldap-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,6 @@
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.3.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>2.3.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<spring.security.version>6.1.2</spring.security.version>
<spring.amqp.version>3.0.5</spring.amqp.version>
<spring.kafka.version>3.0.9</spring.kafka.version>
<spring.ldap.version>3.1.0</spring.ldap.version>
<reactor-netty.version>1.1.8</reactor-netty.version>
<jackson.version>2.15.2</jackson.version>
<jakarta-jms.version>3.1.0</jakarta-jms.version>
Expand Down Expand Up @@ -345,6 +346,11 @@
<artifactId>spring-kafka</artifactId>
<version>${spring.kafka.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>${spring.ldap.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-bom</artifactId>
Expand Down

0 comments on commit f5a201f

Please sign in to comment.