Skip to content

Commit f970b29

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1480 Add a hv-6.0 entry to be able to compare the latest stable with
our current snapshot
1 parent eb78300 commit f970b29

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

performance/pom.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,47 @@
192192
</plugins>
193193
</build>
194194
</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>
195236
<profile>
196237
<id>hv-5.4</id>
197238
<activation>

0 commit comments

Comments
 (0)