|
141 | 141 | <spring-session-bom.version>Dragonfruit-RELEASE</spring-session-bom.version>
|
142 | 142 | <spring-framework.version>5.2.8.RELEASE</spring-framework.version>
|
143 | 143 | <spring-security.version>5.3.2.RELEASE</spring-security.version>
|
144 |
| - <spring-boot-admin.version>2.2.1</spring-boot-admin.version> |
145 |
| - |
146 |
| - <opencsv.version>5.2</opencsv.version> |
147 | 144 |
|
148 | 145 | <!-- Unit and Integration Testing -->
|
149 | 146 | <junit-jupiter.version>5.6.2</junit-jupiter.version>
|
|
488 | 485 | </dependencyManagement>
|
489 | 486 |
|
490 | 487 | <dependencies>
|
| 488 | + <!-- |
491 | 489 | <dependency>
|
492 | 490 | <groupId>org.springframework.boot</groupId>
|
493 | 491 | <artifactId>spring-boot-properties-migrator</artifactId>
|
494 | 492 | <scope>runtime</scope>
|
495 | 493 | </dependency>
|
| 494 | + --> |
496 | 495 | <dependency>
|
497 | 496 | <groupId>org.springframework.boot</groupId>
|
498 | 497 | <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
516 | 515 | <dependency>
|
517 | 516 | <groupId>org.springframework.boot</groupId>
|
518 | 517 | <artifactId>spring-boot-devtools</artifactId>
|
519 |
| - <scope>runtime</scope> |
| 518 | + <scope>test</scope> |
520 | 519 | <optional>true</optional>
|
521 | 520 | </dependency>
|
522 | 521 | <dependency>
|
|
551 | 550 | <groupId>org.springframework.security</groupId>
|
552 | 551 | <artifactId>spring-security-config</artifactId>
|
553 | 552 | </dependency>
|
| 553 | + <!-- |
554 | 554 | <dependency>
|
555 | 555 | <groupId>org.springframework.security</groupId>
|
556 | 556 | <artifactId>spring-security-remoting</artifactId>
|
557 | 557 | </dependency>
|
| 558 | + --> |
558 | 559 | <dependency>
|
559 | 560 | <groupId>org.springframework.security</groupId>
|
560 | 561 | <artifactId>spring-security-web</artifactId>
|
|
1257 | 1258 | <groupId>org.apache.maven.plugins</groupId>
|
1258 | 1259 | <artifactId>maven-install-plugin</artifactId>
|
1259 | 1260 | </plugin>
|
1260 |
| - <plugin> |
1261 |
| - <groupId>org.apache.maven.plugins</groupId> |
1262 |
| - <artifactId>maven-help-plugin</artifactId> |
1263 |
| - </plugin> |
1264 | 1261 | <plugin>
|
1265 | 1262 | <groupId>org.apache.maven.plugins</groupId>
|
1266 | 1263 | <artifactId>maven-source-plugin</artifactId>
|
|
1385 | 1382 | <groupId>org.apache.maven.plugins</groupId>
|
1386 | 1383 | <artifactId>maven-install-plugin</artifactId>
|
1387 | 1384 | </plugin>
|
1388 |
| - <plugin> |
1389 |
| - <groupId>org.apache.maven.plugins</groupId> |
1390 |
| - <artifactId>maven-help-plugin</artifactId> |
1391 |
| - </plugin> |
1392 | 1385 | <plugin>
|
1393 | 1386 | <groupId>org.apache.maven.plugins</groupId>
|
1394 | 1387 | <artifactId>maven-source-plugin</artifactId>
|
|
0 commit comments