|
79 | 79 | <version>${slf4j.version}</version>
|
80 | 80 | </dependency>
|
81 | 81 |
|
82 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 82 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter/build.gradle --> |
83 | 83 | <dependency>
|
84 | 84 | <groupId>org.springframework.boot</groupId>
|
85 | 85 | <artifactId>spring-boot-starter</artifactId>
|
|
91 | 91 | </exclusions>
|
92 | 92 | </dependency>
|
93 | 93 |
|
94 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 94 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/build.gradle --> |
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.springframework.boot</groupId>
|
97 | 97 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
98 | 98 | </dependency>
|
99 | 99 |
|
100 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 100 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/build.gradle --> |
101 | 101 | <dependency>
|
102 | 102 | <groupId>org.springframework.boot</groupId>
|
103 | 103 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
117 | 117 | </exclusions>
|
118 | 118 | </dependency>
|
119 | 119 |
|
120 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
| 120 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/build.gradle --> |
121 | 121 | <dependency>
|
122 | 122 | <groupId>org.springframework.boot</groupId>
|
123 | 123 | <artifactId>spring-boot-starter-logging</artifactId>
|
124 | 124 | </dependency>
|
125 | 125 |
|
126 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 126 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-security/build.gradle --> |
127 | 127 | <dependency>
|
128 | 128 | <groupId>org.springframework.boot</groupId>
|
129 | 129 | <artifactId>spring-boot-starter-security</artifactId>
|
130 | 130 | </dependency>
|
131 | 131 |
|
132 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 132 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/build.gradle --> |
133 | 133 | <dependency>
|
134 | 134 | <groupId>org.springframework.boot</groupId>
|
135 | 135 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
141 | 141 | </exclusions>
|
142 | 142 | </dependency>
|
143 | 143 |
|
144 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 144 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-web/build.gradle --> |
145 | 145 | <dependency>
|
146 | 146 | <groupId>org.springframework.boot</groupId>
|
147 | 147 | <artifactId>spring-boot-starter-web</artifactId>
|
|
469 | 469 | <scope>test</scope>
|
470 | 470 | </dependency>
|
471 | 471 |
|
472 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml --> |
| 472 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-test/build.gradle --> |
473 | 473 | <dependency>
|
474 | 474 | <groupId>org.springframework.boot</groupId>
|
475 | 475 | <artifactId>spring-boot-starter-test</artifactId>
|
|
518 | 518 |
|
519 | 519 | </dependencies>
|
520 | 520 |
|
521 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 521 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle --> |
522 | 522 | <parent>
|
523 | 523 | <groupId>org.springframework.boot</groupId>
|
524 | 524 | <artifactId>spring-boot-starter-parent</artifactId>
|
|
527 | 527 |
|
528 | 528 | <!--
|
529 | 529 | All default versions from Spring Boot can be found there:
|
530 |
| - https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-dependencies/pom.xml |
| 530 | + https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-dependencies/build.gradle |
531 | 531 | -->
|
532 | 532 | <properties>
|
533 | 533 | <!--
|
|
592 | 592 |
|
593 | 593 | <!--
|
594 | 594 | Redefine default value from spring-boot-starter-parent:
|
595 |
| - https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml |
| 595 | + https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle |
596 | 596 | -->
|
597 | 597 | <java.version>1.8</java.version>
|
598 | 598 |
|
|
682 | 682 |
|
683 | 683 | <!--
|
684 | 684 | Define default value for spring-boot-starter-parent:
|
685 |
| - https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml |
| 685 | + https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle |
686 | 686 | -->
|
687 | 687 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
688 | 688 |
|
|
0 commit comments