File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 7979 <project .build.outputTimestamp>2024-06-16T12:09:50Z</project .build.outputTimestamp>
8080 </properties >
8181
82- <dependencyManagement >
83- <dependencies >
84- <dependency >
85- <groupId >commons-io</groupId >
86- <artifactId >commons-io</artifactId >
87- <version >2.16.1</version >
88- </dependency >
89- </dependencies >
90- </dependencyManagement >
91-
9282 <dependencies >
9383 <!-- Maven Core -->
9484 <dependency >
148138 <version >1.7.36</version >
149139 </dependency >
150140
141+ <!-- we need for Maven rc-3, looks like dependencyManagement is not taken into account -->
142+ <dependency >
143+ <groupId >commons-io</groupId >
144+ <artifactId >commons-io</artifactId >
145+ <version >2.16.1</version >
146+ </dependency >
147+
151148 <!-- Test -->
152149 <dependency >
153150 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments