@@ -46,6 +46,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
46
46
<dependency >
47
47
<groupId >org.cactoos</groupId >
48
48
<artifactId >cactoos</artifactId >
49
+ <!-- version from parent -->
49
50
</dependency >
50
51
<dependency >
51
52
<groupId >com.qulice</groupId >
@@ -61,6 +62,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
61
62
<dependency >
62
63
<groupId >com.google.guava</groupId >
63
64
<artifactId >guava</artifactId >
65
+ <!-- version from parent -->
64
66
<scope >test</scope >
65
67
</dependency >
66
68
<dependency >
@@ -76,12 +78,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
76
78
<dependency >
77
79
<groupId >org.hamcrest</groupId >
78
80
<artifactId >hamcrest-core</artifactId >
79
- <version >1.3</ version >
81
+ <!-- version from parent -- >
80
82
</dependency >
81
83
<dependency >
82
84
<groupId >org.hamcrest</groupId >
83
85
<artifactId >hamcrest-library</artifactId >
84
- <version >1.3</ version >
86
+ <!-- version from parent -- >
85
87
</dependency >
86
88
<dependency >
87
89
<groupId >com.google.code.findbugs</groupId >
@@ -120,24 +122,28 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
120
122
<dependency >
121
123
<groupId >commons-io</groupId >
122
124
<artifactId >commons-io</artifactId >
125
+ <!-- version from parent -->
123
126
</dependency >
124
127
<dependency >
125
128
<groupId >commons-collections</groupId >
126
129
<artifactId >commons-collections</artifactId >
127
- <version >3.2.2</ version >
130
+ <!-- version from parent -- >
128
131
</dependency >
129
132
<dependency >
130
133
<groupId >com.jcabi</groupId >
131
134
<artifactId >jcabi-log</artifactId >
135
+ <!-- version from parent -->
132
136
</dependency >
133
137
<dependency >
134
138
<groupId >com.jcabi</groupId >
135
139
<artifactId >jcabi-xml</artifactId >
140
+ <!-- version from parent -->
136
141
</dependency >
137
142
<dependency >
138
143
<!-- Forward all calls to SLF4J to Maven log. -->
139
144
<groupId >com.jcabi</groupId >
140
145
<artifactId >jcabi-maven-slf4j</artifactId >
146
+ <version >0.10</version >
141
147
</dependency >
142
148
<dependency >
143
149
<groupId >org.apache.maven</groupId >
@@ -218,6 +224,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
218
224
<dependency >
219
225
<groupId >org.apache.commons</groupId >
220
226
<artifactId >commons-lang3</artifactId >
227
+ <!-- version from parent -->
221
228
</dependency >
222
229
<dependency >
223
230
<groupId >org.hibernate</groupId >
0 commit comments