File tree 5 files changed +21
-6
lines changed
webapp/WEB-INF/views/collection
vagrant/provisioning/roles/mystamps-app/templates
5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 469
469
<testng .version>6.8.8</testng .version>
470
470
471
471
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) -->
472
- <thymeleaf-extras-springsecurity4 .version>2.1.2 .RELEASE</thymeleaf-extras-springsecurity4 .version>
472
+ <thymeleaf-extras-springsecurity4 .version>3.0.0 .RELEASE</thymeleaf-extras-springsecurity4 .version>
473
473
474
- <thymeleaf .togglz.version>1.1.0.RELEASE </thymeleaf .togglz.version>
474
+ <thymeleaf .togglz.version>2.0.0-SNAPSHOT </thymeleaf .togglz.version>
475
475
476
476
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) -->
477
- <thymeleaf .version>2.1.5 .RELEASE</thymeleaf .version>
477
+ <thymeleaf .version>3.0.2 .RELEASE</thymeleaf .version>
478
478
479
479
<togglz .version>2.3.0.Final</togglz .version>
480
480
<war .plugin.version>3.0.0</war .plugin.version>
919
919
<maven >3.2.1</maven >
920
920
</prerequisites >
921
921
922
+ <repositories >
923
+ <repository >
924
+ <releases >
925
+ <enabled >false</enabled >
926
+ </releases >
927
+ <snapshots >
928
+ <enabled >true</enabled >
929
+ <checksumPolicy >fail</checksumPolicy >
930
+ </snapshots >
931
+ <id >oss-sonatype</id >
932
+ <name >oss-sonatype</name >
933
+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
934
+ </repository >
935
+ </repositories >
936
+
922
937
</project >
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ spring.messages.basename: \
23
23
ru/mystamps/i18n/SpringSecurityMessages, \
24
24
ru/mystamps/i18n/MailTemplates
25
25
26
+ spring.thymeleaf.mode : HTML
26
27
spring.thymeleaf.prefix : /WEB-INF/views/
27
28
spring.thymeleaf.suffix : .html
28
29
spring.thymeleaf.cache : false
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ spring.messages.basename: \
21
21
ru/mystamps/i18n/SpringSecurityMessages, \
22
22
ru/mystamps/i18n/MailTemplates
23
23
24
+ spring.thymeleaf.mode : HTML
24
25
spring.thymeleaf.prefix : /WEB-INF/views/
25
26
spring.thymeleaf.suffix : .html
26
27
spring.thymeleaf.cache : true
Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
210
210
< script src ="https://www.gstatic.com/charts/loader.js "> </ script >
211
211
< script src ="../../../../javascript/collection/info.min.js " th:src ="${COLLECTION_INFO_JS} "> </ script >
212
212
< script th:inline ="javascript ">
213
- /*<![CDATA[*/
214
213
$ ( document ) . ready ( function ( ) {
215
214
/*[+
216
215
initPage(
@@ -237,8 +236,6 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
237
236
] ) ;
238
237
/* -]*/
239
238
} ) ;
240
-
241
- /*]]>*/
242
239
</ script >
243
240
<!--/*/
244
241
</th:block>
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ spring.messages.basename: \
21
21
ru/mystamps/i18n/SpringSecurityMessages, \
22
22
ru/mystamps/i18n/MailTemplates
23
23
24
+ spring.thymeleaf.mode : HTML
24
25
spring.thymeleaf.prefix : /WEB-INF/views/
25
26
spring.thymeleaf.suffix : .html
26
27
spring.thymeleaf.cache : true
You can’t perform that action at this time.
0 commit comments