Skip to content

Commit 872bef1

Browse files
Fix for Maven 4.0.0-rc-3
1 parent 08cea8e commit 872bef1

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

pom.xml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,6 @@
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>
@@ -148,6 +138,13 @@
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>

0 commit comments

Comments
 (0)