Skip to content

Commit c7f372c

Browse files
committed
HV-1694 Add a benchmark entry for 6.1
This way we can compare current to latest released 6.1
1 parent 3c165a8 commit c7f372c

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
@@ -193,6 +193,47 @@
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>

0 commit comments

Comments
 (0)