Skip to content

Commit 2d28012

Browse files
kbastanichristophstrobl
authored andcommitted
DATACMNS-751 - Fixed maven typo in dependencies
Corrected the closing tag for dependency for Spring Data Commons section on dependencies. Original Pull Request: #137
1 parent d9db957 commit 2d28012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/dependencies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Due to different inception dates of individual Spring Data modules, most of them
1616
<scope>import</scope>
1717
<type>pom</type>
1818
</dependency>
19-
<dependencies>
19+
</dependencies>
2020
</dependencyManagement>
2121
----
2222
====

0 commit comments

Comments
 (0)