We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d6771 commit 52d552cCopy full SHA for 52d552c
pom.xml
@@ -18,7 +18,7 @@
18
</parent>
19
20
<properties>
21
- <spring-ldap>3.0.0-SNAPSHOT</spring-ldap>
+ <spring-ldap>3.0.0-M1</spring-ldap>
22
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
23
<java-module-name>spring.data.ldap</java-module-name>
24
</properties>
@@ -55,6 +55,11 @@
55
<artifactId>spring-context</artifactId>
56
</dependency>
57
58
+ <dependency>
59
+ <groupId>org.springframework</groupId>
60
+ <artifactId>spring-tx</artifactId>
61
+ </dependency>
62
+
63
<dependency>
64
<groupId>org.springframework.ldap</groupId>
65
<artifactId>spring-ldap-core</artifactId>
0 commit comments