* BAEL-2434

* BAEL-2434

* Minor alterations to reflect changes in the article

* Fixing Spel expression and removing extra code that is not referenced anymore in the article

* Moved the files from spring-core to spring-static-resources. Renamed ResourceUtil to ResourceReader.

* Changes due to change of article outline.

* Changes due to change of article outline.

* Removing Converter from article
This commit is contained in:
cscib
2019-06-18 22:35:04 +02:00
committed by ashleyfrieze
parent b2df1257c8
commit 548890541c
5 changed files with 113 additions and 0 deletions
+10
View File
@@ -140,6 +140,13 @@
<artifactId>handlebars</artifactId>
<version>${handlebars.version}</version>
</dependency>
<!-- commons.io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -208,6 +215,9 @@
<!-- Maven plugins -->
<yuicompressor-maven-plugin.version>1.5.1</yuicompressor-maven-plugin.version>
<!-- commons.io -->
<commons.io.version>2.5</commons.io.version>
</properties>
</project>