[BAEL-15321] - Extracted versions into properties

This commit is contained in:
amit2103
2019-07-07 01:08:17 +05:30
parent 88586cc09f
commit 73ea42d0ae
26 changed files with 97 additions and 53 deletions

View File

@@ -40,7 +40,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
<version>2.3.7</version>
<version>${javax.faces.version}</version>
</dependency>
<!--Test -->
@@ -108,6 +108,7 @@
<spring.fox.version>2.9.2</spring.fox.version>
<!-- ROME for RSS -->
<rome.version>1.10.0</rome.version>
<javax.faces.version>2.3.7</javax.faces.version>
<start-class>com.baeldung.springbootmvc.SpringBootMvcApplication</start-class>
</properties>