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 193193 </plugins >
194194 </build >
195195 </profile >
196+ <profile >
197+ <id >hv-6.1</id >
198+ <activation >
199+ <property >
200+ <name >validator</name >
201+ <value >hv-6.1</value >
202+ </property >
203+ </activation >
204+ <properties >
205+ <beanvalidation-impl .name>Hibernate Validator</beanvalidation-impl .name>
206+ <beanvalidation-impl .version>6.1.0.Alpha3</beanvalidation-impl .version>
207+ </properties >
208+ <dependencies >
209+ <dependency >
210+ <groupId >javax.validation</groupId >
211+ <artifactId >validation-api</artifactId >
212+ </dependency >
213+ <dependency >
214+ <groupId >${project.groupId} </groupId >
215+ <artifactId >hibernate-validator</artifactId >
216+ <version >${beanvalidation-impl.version} </version >
217+ </dependency >
218+ <dependency >
219+ <groupId >org.glassfish</groupId >
220+ <artifactId >javax.el</artifactId >
221+ </dependency >
222+ <dependency >
223+ <groupId >log4j</groupId >
224+ <artifactId >log4j</artifactId >
225+ </dependency >
226+ </dependencies >
227+ <!-- adding sources for BV 2.0 tests -->
228+ <build >
229+ <plugins >
230+ <plugin >
231+ <groupId >org.codehaus.mojo</groupId >
232+ <artifactId >build-helper-maven-plugin</artifactId >
233+ </plugin >
234+ </plugins >
235+ </build >
236+ </profile >
196237 <profile >
197238 <id >hv-6.0</id >
198239 <activation >
You can’t perform that action at this time.
0 commit comments