Skip to content

Commit 9979d23

Browse files
Merge pull request #278 from Spring-Framework-Java-Apps/master
* fixed #274 add Annotations to suppress Deprecation Warnings
2 parents bdcad6d + 786108c commit 9979d23

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

pom.xml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@
141141
<spring-session-bom.version>Dragonfruit-RELEASE</spring-session-bom.version>
142142
<spring-framework.version>5.2.8.RELEASE</spring-framework.version>
143143
<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>
147144

148145
<!-- Unit and Integration Testing -->
149146
<junit-jupiter.version>5.6.2</junit-jupiter.version>
@@ -488,11 +485,13 @@
488485
</dependencyManagement>
489486

490487
<dependencies>
488+
<!--
491489
<dependency>
492490
<groupId>org.springframework.boot</groupId>
493491
<artifactId>spring-boot-properties-migrator</artifactId>
494492
<scope>runtime</scope>
495493
</dependency>
494+
-->
496495
<dependency>
497496
<groupId>org.springframework.boot</groupId>
498497
<artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -516,7 +515,7 @@
516515
<dependency>
517516
<groupId>org.springframework.boot</groupId>
518517
<artifactId>spring-boot-devtools</artifactId>
519-
<scope>runtime</scope>
518+
<scope>test</scope>
520519
<optional>true</optional>
521520
</dependency>
522521
<dependency>
@@ -551,10 +550,12 @@
551550
<groupId>org.springframework.security</groupId>
552551
<artifactId>spring-security-config</artifactId>
553552
</dependency>
553+
<!--
554554
<dependency>
555555
<groupId>org.springframework.security</groupId>
556556
<artifactId>spring-security-remoting</artifactId>
557557
</dependency>
558+
-->
558559
<dependency>
559560
<groupId>org.springframework.security</groupId>
560561
<artifactId>spring-security-web</artifactId>
@@ -1257,10 +1258,6 @@
12571258
<groupId>org.apache.maven.plugins</groupId>
12581259
<artifactId>maven-install-plugin</artifactId>
12591260
</plugin>
1260-
<plugin>
1261-
<groupId>org.apache.maven.plugins</groupId>
1262-
<artifactId>maven-help-plugin</artifactId>
1263-
</plugin>
12641261
<plugin>
12651262
<groupId>org.apache.maven.plugins</groupId>
12661263
<artifactId>maven-source-plugin</artifactId>
@@ -1385,10 +1382,6 @@
13851382
<groupId>org.apache.maven.plugins</groupId>
13861383
<artifactId>maven-install-plugin</artifactId>
13871384
</plugin>
1388-
<plugin>
1389-
<groupId>org.apache.maven.plugins</groupId>
1390-
<artifactId>maven-help-plugin</artifactId>
1391-
</plugin>
13921385
<plugin>
13931386
<groupId>org.apache.maven.plugins</groupId>
13941387
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)