File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 192
192
</plugins >
193
193
</build >
194
194
</profile >
195
+ <profile >
196
+ <id >hv-6.0</id >
197
+ <activation >
198
+ <property >
199
+ <name >validator</name >
200
+ <value >hv-6.0</value >
201
+ </property >
202
+ </activation >
203
+ <properties >
204
+ <beanvalidation-impl .name>Hibernate Validator</beanvalidation-impl .name>
205
+ <beanvalidation-impl .version>6.0.2.Final</beanvalidation-impl .version>
206
+ </properties >
207
+ <dependencies >
208
+ <dependency >
209
+ <groupId >javax.validation</groupId >
210
+ <artifactId >validation-api</artifactId >
211
+ </dependency >
212
+ <dependency >
213
+ <groupId >${project.groupId} </groupId >
214
+ <artifactId >hibernate-validator</artifactId >
215
+ <version >${beanvalidation-impl.version} </version >
216
+ </dependency >
217
+ <dependency >
218
+ <groupId >org.glassfish</groupId >
219
+ <artifactId >javax.el</artifactId >
220
+ </dependency >
221
+ <dependency >
222
+ <groupId >log4j</groupId >
223
+ <artifactId >log4j</artifactId >
224
+ </dependency >
225
+ </dependencies >
226
+ <!-- adding sources for BV 2.0 tests -->
227
+ <build >
228
+ <plugins >
229
+ <plugin >
230
+ <groupId >org.codehaus.mojo</groupId >
231
+ <artifactId >build-helper-maven-plugin</artifactId >
232
+ </plugin >
233
+ </plugins >
234
+ </build >
235
+ </profile >
195
236
<profile >
196
237
<id >hv-5.4</id >
197
238
<activation >
You can’t perform that action at this time.
0 commit comments