Skip to content

Commit

Permalink
HV-1480 Add a hv-6.0 entry to be able to compare the latest stable with
Browse files Browse the repository at this point in the history
our current snapshot
  • Loading branch information
gsmet committed Sep 11, 2017
1 parent f41146c commit a85da1b
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions performance/pom.xml
Expand Up @@ -192,6 +192,47 @@
</plugins>
</build>
</profile>
<profile>
<id>hv-6.0</id>
<activation>
<property>
<name>validator</name>
<value>hv-6.0</value>
</property>
</activation>
<properties>
<beanvalidation-impl.name>Hibernate Validator</beanvalidation-impl.name>
<beanvalidation-impl.version>6.0.2.Final</beanvalidation-impl.version>
</properties>
<dependencies>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hibernate-validator</artifactId>
<version>${beanvalidation-impl.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
</dependencies>
<!-- adding sources for BV 2.0 tests -->
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>hv-5.4</id>
<activation>
Expand Down

0 comments on commit a85da1b

Please sign in to comment.