Skip to content

Commit a92cec9

Browse files
committed
Updated examples
1 parent 307feaf commit a92cec9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

web/javamoney-tradingapp/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
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>
@@ -42,7 +44,7 @@
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>
@@ -181,7 +183,7 @@
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>
@@ -195,13 +197,13 @@
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

0 commit comments

Comments
 (0)