File tree 1 file changed +26
-5
lines changed
1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,32 @@ under the License.
76
76
<project .build.outputTimestamp>2021-02-14T00:04:14Z</project .build.outputTimestamp>
77
77
</properties >
78
78
79
+ <dependencyManagement >
80
+ <!-- manage versions for transitive dependency -->
81
+ <dependencies >
82
+ <dependency >
83
+ <groupId >commons-beanutils</groupId >
84
+ <artifactId >commons-beanutils</artifactId >
85
+ <version >1.9.4</version >
86
+ </dependency >
87
+ <dependency >
88
+ <groupId >commons-codec</groupId >
89
+ <artifactId >commons-codec</artifactId >
90
+ <version >1.15</version >
91
+ </dependency >
92
+ <dependency >
93
+ <groupId >commons-collections</groupId >
94
+ <artifactId >commons-collections</artifactId >
95
+ <version >3.2.2</version >
96
+ </dependency >
97
+ <dependency >
98
+ <groupId >commons-io</groupId >
99
+ <artifactId >commons-io</artifactId >
100
+ <version >2.11.0</version >
101
+ </dependency >
102
+ </dependencies >
103
+ </dependencyManagement >
104
+
79
105
<dependencies >
80
106
<dependency >
81
107
<groupId >org.apache.maven.shared</groupId >
@@ -187,11 +213,6 @@ under the License.
187
213
<artifactId >plexus-utils</artifactId >
188
214
<version >3.4.2</version >
189
215
</dependency >
190
- <dependency >
191
- <groupId >commons-io</groupId >
192
- <artifactId >commons-io</artifactId >
193
- <version >2.11.0</version >
194
- </dependency >
195
216
<dependency >
196
217
<groupId >org.codehaus.plexus</groupId >
197
218
<artifactId >plexus-interpolation</artifactId >
You can’t perform that action at this time.
0 commit comments