Skip to content

Commit

Permalink
Back porting to 1.9.x the followup fix for: Add JSR-303 validation jars
Browse files Browse the repository at this point in the history
to OpenMRS core - TRUNK-3947
  • Loading branch information
dkayiwa committed Nov 6, 2013
1 parent 44328fe commit 8cf451a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/pom.xml
Expand Up @@ -194,6 +194,10 @@
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -700,6 +700,11 @@
<artifactId>validation-api</artifactId>
<version>1.0.0.GA</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 8cf451a

Please sign in to comment.