This repository was archived by the owner on Jan 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >1.5.2 .RELEASE</version >
17
+ <version >1.5.3 .RELEASE</version >
18
18
</parent >
19
19
20
20
<properties >
25
25
<aspectj .version>1.8.8</aspectj .version>
26
26
<slf4j .version>1.7.16</slf4j .version>
27
27
<!-- <spring-boot.version>1.4.3.RELEASE</spring-boot.version>-->
28
- <spring .version>4.3.7 .RELEASE</spring .version>
28
+ <spring .version>4.3.8 .RELEASE</spring .version>
29
29
<spring-security .version>4.2.2.RELEASE</spring-security .version>
30
- <hibernate .version>5.2.7 .Final</hibernate .version>
30
+ <hibernate .version>5.2.10 .Final</hibernate .version>
31
31
<hibernate-validator .version>5.3.3.Final</hibernate-validator .version>
32
32
<jackson .version>2.8.7</jackson .version>
33
33
<modelmapper .version>0.7.5</modelmapper .version>
660
660
<plugin >
661
661
<groupId >org.apache.maven.plugins</groupId >
662
662
<artifactId >maven-antrun-plugin</artifactId >
663
+ <version >1.8</version >
663
664
<executions >
664
665
<execution >
665
666
<id >createClassesDir</id >
666
667
<phase >process-resources</phase >
667
668
<configuration >
668
- <tasks >
669
+ <target >
669
670
<mkdir dir =" ${project.build.directory}/unwoven-classes" />
670
671
<mkdir dir =" ${swagger.output.dir}" />
671
- </tasks >
672
+ </target >
672
673
</configuration >
673
674
<goals >
674
675
<goal >run</goal >
You can’t perform that action at this time.
0 commit comments