|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.0.6</version> |
| 9 | + <version>3.1.0</version> |
10 | 10 | <relativePath/> <!-- lookup parent from repository --> |
11 | 11 | </parent> |
12 | 12 |
|
13 | 13 | <groupId>com.codingapi.springboot</groupId> |
14 | 14 | <artifactId>springboot-parent</artifactId> |
15 | | - <version>2.0.4</version> |
| 15 | + <version>2.1.0</version> |
16 | 16 |
|
17 | 17 | <url>https://github.com/codingapi/springboot-framewrok</url> |
18 | 18 | <name>springboot-parent</name> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>org.springframework.boot</groupId> |
49 | 49 | <artifactId>spring-boot-starter</artifactId> |
50 | | - <exclusions> |
51 | | - <exclusion> |
52 | | - <groupId>org.yaml</groupId> |
53 | | - <artifactId>snakeyaml</artifactId> |
54 | | - </exclusion> |
55 | | - </exclusions> |
56 | | - </dependency> |
57 | | - |
58 | | - <dependency> |
59 | | - <groupId>org.yaml</groupId> |
60 | | - <artifactId>snakeyaml</artifactId> |
61 | 50 | </dependency> |
62 | 51 |
|
63 | 52 | <dependency> |
|
83 | 72 | <dependencyManagement> |
84 | 73 | <dependencies> |
85 | 74 |
|
86 | | - <dependency> |
87 | | - <groupId>org.yaml</groupId> |
88 | | - <artifactId>snakeyaml</artifactId> |
89 | | - <version>${org.yaml.snakeyaml.version}</version> |
90 | | - </dependency> |
91 | | - |
92 | 75 | <dependency> |
93 | 76 | <groupId>org.bouncycastle</groupId> |
94 | 77 | <artifactId>bcprov-jdk15on</artifactId> |
|
287 | 270 | </profile> |
288 | 271 |
|
289 | 272 | <profile> |
290 | | - <!-- mvn clean deploy -P ossrh --> |
| 273 | + <!-- mvn clean deploy -P ossrh --> |
291 | 274 | <!-- gpg: signing failed: Inappropriate ioctl for device --> |
292 | 275 | <!-- fix command : export GPG_TTY=$(tty) --> |
293 | 276 | <!-- https://github.com/keybase/keybase-issues/issues/2798 --> |
|
0 commit comments