Skip to content

Commit 5e264dc

Browse files
committed
correct XML structure by moving closing dependencyManagement tag before build section
1 parent 771a2b3 commit 5e264dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<scope>import</scope>
6565
</dependency>
6666
</dependencies>
67-
67+
</dependencyManagement>
6868
<build>
6969
<plugins>
7070
<!-- Attach sources.jar -->
@@ -138,7 +138,6 @@
138138
</build>
139139
</profile>
140140
</profiles>
141-
</dependencyManagement>
142141

143142
<dependencies>
144143

0 commit comments

Comments
 (0)