File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
<easymock .version>3.0</easymock .version>
57
57
<powermock .version>1.6.2</powermock .version>
58
58
<derby .version>10.11.1.1</derby .version>
59
- <commons .version>2.4</commons .version>
59
+ <commons-io .version>2.4</commons-io .version>
60
60
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
61
61
</properties >
62
62
113
113
<dependency >
114
114
<groupId >commons-io</groupId >
115
115
<artifactId >commons-io</artifactId >
116
- <version >${commons.version} </version >
116
+ <version >${commons-io .version} </version >
117
117
<scope >test</scope >
118
118
</dependency >
119
119
</dependencies >
132
132
</plugin >
133
133
<plugin >
134
134
<artifactId >maven-assembly-plugin</artifactId >
135
- <version >2.5.2 </version >
135
+ <version >2.5.3 </version >
136
136
<configuration >
137
137
<descriptors >
138
138
<descriptor >src/assembly/development.xml</descriptor >
You can’t perform that action at this time.
0 commit comments