Skip to content

Commit

Permalink
Add bean validation api to testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Feb 3, 2016
1 parent 389e0f2 commit 3891ce5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/testsuite/pom.xml
Expand Up @@ -31,6 +31,7 @@
<bc.version>1.49</bc.version>
<interceptors.api.version>1.0.0.Final</interceptors.api.version>
<transaction.api.version>1.0.0.Final</transaction.api.version>
<validation.api.version>1.1.0.Final</validation.api.version>
<resources-plugin-filters.version>1.0.0.Beta2</resources-plugin-filters.version>
<log4j.version>1.2.14</log4j.version>
<port-offset.cxf-tests.jboss>0</port-offset.cxf-tests.jboss>
Expand Down Expand Up @@ -137,6 +138,12 @@
<version>${transaction.api.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>${validation.api.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand Down

0 comments on commit 3891ce5

Please sign in to comment.