File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2323 <version .sdj>1.0.1-SNAPSHOT-RC3.30</version .sdj>
2424 <version .jfl>1.6.1</version .jfl>
2525 <version .jackson>1.9.13</version .jackson>
26+ <version .hibernate.validator>5.3.5.Final</version .hibernate.validator>
27+ <version .jboss.web>3.0.0.Final</version .jboss.web>
2628 <!-- JBoss AS plugin for deployment -->
2729 <version .jboss.as.maven.plugin>7.1.1.Final</version .jboss.as.maven.plugin>
2830 </properties >
4244 <dependency >
4345 <groupId >org.jboss.spec</groupId >
4446 <artifactId >jboss-javaee-web-6.0</artifactId >
45- <version >3.0.0.Final </version >
47+ <version >${version.jboss.web} </version >
4648 <type >pom</type >
4749 <scope >import</scope >
4850 </dependency >
181183 <dependency >
182184 <groupId >org.hibernate</groupId >
183185 <artifactId >hibernate-validator</artifactId >
184- <version >4.1.0.1-SNAPSHOT.Final </version >
186+ <version >${version.hibernate.validator} </version >
185187 <scope >provided</scope >
186188 <exclusions >
187189 <exclusion >
195197 <dependency >
196198 <groupId >org.hibernate</groupId >
197199 <artifactId >hibernate-validator-annotation-processor</artifactId >
198- <version >4.1.0.1-SNAPSHOT.Final </version >
200+ <version >${version.hibernate.validator} </version >
199201 <scope >provided</scope >
200202 </dependency >
201203 <dependency >
202204 <groupId >org.hibernate</groupId >
203205 <artifactId >hibernate-entitymanager</artifactId >
204- <version >4.1.0.1-SNAPSHOT.Final </version >
206+ <version >${version.hibernate.validator} </version >
205207 <scope >provided</scope >
206208 </dependency >
207209 <!-- Import Spring dependencies, these are either from community or versions
You can’t perform that action at this time.
0 commit comments