Skip to content

Commit 52d552c

Browse files
committed
Upgrade to Spring LDAP 3.0 M1.
Closes #295
1 parent b0d6771 commit 52d552c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</parent>
1919

2020
<properties>
21-
<spring-ldap>3.0.0-SNAPSHOT</spring-ldap>
21+
<spring-ldap>3.0.0-M1</spring-ldap>
2222
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
2323
<java-module-name>spring.data.ldap</java-module-name>
2424
</properties>
@@ -55,6 +55,11 @@
5555
<artifactId>spring-context</artifactId>
5656
</dependency>
5757

58+
<dependency>
59+
<groupId>org.springframework</groupId>
60+
<artifactId>spring-tx</artifactId>
61+
</dependency>
62+
5863
<dependency>
5964
<groupId>org.springframework.ldap</groupId>
6065
<artifactId>spring-ldap-core</artifactId>

0 commit comments

Comments
 (0)