File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2621,12 +2621,12 @@ To get started, you need to include the `spring-ldap-test` dependency.
2621
2621
The following listing shows how to include the `spring-ldap-test` for Maven:
2622
2622
2623
2623
====
2624
- [source,xml]
2624
+ [source,xml,subs="+attributes" ]
2625
2625
----
2626
2626
<dependency>
2627
2627
<groupId>org.springframework.ldap</groupId>
2628
2628
<artifactId>spring-ldap-test</artifactId>
2629
- <version>${ version}</version>
2629
+ <version>{project- version}</version>
2630
2630
<scope>test</scope>
2631
2631
</dependency>
2632
2632
----
@@ -2636,9 +2636,9 @@ The following listing shows how to include the `spring-ldap-test` for Gradle:
2636
2636
2637
2637
====
2638
2638
[source,groovy]
2639
- [subs="verbatim,quotes"]
2639
+ [subs="verbatim,quotes,attributes "]
2640
2640
----
2641
- testCompile "org.springframework.ldap:spring-ldap-test:$ version"
2641
+ testCompile "org.springframework.ldap:spring-ldap-test:{project- version} "
2642
2642
----
2643
2643
====
2644
2644
You can’t perform that action at this time.
0 commit comments