Skip to content

Commit a126ca1

Browse files
committed
Add version constraint for commons-io.
1 parent a537705 commit a126ca1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jvnet.hudson.plugins</groupId>
66
<artifactId>analysis-pom</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.1.0</version>
88
<relativePath />
99
</parent>
1010

@@ -24,7 +24,7 @@
2424
<module.name>${project.groupId}.plugin.util.api</module.name>
2525

2626
<commons.lang.version>3.11</commons.lang.version>
27-
<codingstyle.library.version>1.4.0</codingstyle.library.version>
27+
<codingstyle.library.version>${codingstyle.config.version}</codingstyle.library.version>
2828
</properties>
2929

3030
<licenses>
@@ -42,6 +42,15 @@
4242
</developer>
4343
</developers>
4444

45+
<dependencyManagement>
46+
<dependencies>
47+
<dependency>
48+
<artifactId>commons-io</artifactId>
49+
<version>2.7</version>
50+
<groupId>commons-io</groupId>
51+
</dependency>
52+
</dependencies>
53+
</dependencyManagement>
4554
<dependencies>
4655

4756
<dependency>

0 commit comments

Comments
 (0)