Skip to content

Commit cf40abd

Browse files
committed
30: Create Java 9+ examples
Task-Url: #30
1 parent 7f57281 commit cf40abd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/javamoney-tradingapp/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
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>
26+
<version.hibernate.validator>6.1.0.Final</version.hibernate.validator>
27+
<version.jboss.web>1.0.4.Final</version.jboss.web>
2828
<!-- JBoss AS plugin for deployment -->
29-
<version.jboss.as.maven.plugin>7.1.1.Final</version.jboss.as.maven.plugin>
29+
<version.jboss.as.maven.plugin>7.9.Final</version.jboss.as.maven.plugin>
3030
</properties>
3131
<dependencyManagement>
3232
<dependencies>
@@ -43,7 +43,7 @@
4343
JBoss AS 7! -->
4444
<dependency>
4545
<groupId>org.jboss.spec</groupId>
46-
<artifactId>jboss-javaee-web-6.0</artifactId>
46+
<artifactId>jboss-javaee-web-8.0</artifactId>
4747
<version>${version.jboss.web}</version>
4848
<type>pom</type>
4949
<scope>import</scope>

0 commit comments

Comments
 (0)