Skip to content

Commit 6ed4bc3

Browse files
committed
work
1 parent 782c7c4 commit 6ed4bc3

File tree

1 file changed

+1
-252
lines changed

1 file changed

+1
-252
lines changed

pom.xml

Lines changed: 1 addition & 252 deletions
Original file line numberDiff line numberDiff line change
@@ -253,20 +253,6 @@
253253
<type>pom</type>
254254
<scope>import</scope>
255255
</dependency>
256-
<!--
257-
<dependency>
258-
<groupId>org.springframework.integration</groupId>
259-
<artifactId>spring-integration-bom</artifactId>
260-
<version>${spring-integration.version}</version>
261-
<type>pom</type>
262-
<scope>import</scope>
263-
</dependency>
264-
<dependency>
265-
<groupId>org.springframework.integration</groupId>
266-
<artifactId>spring-integration-ws</artifactId>
267-
<version>${spring-integration.version}</version>
268-
</dependency>
269-
-->
270256

271257
<!-- webjars -->
272258
<dependency>
@@ -311,33 +297,6 @@
311297
<optional>false</optional>
312298
</dependency>
313299

314-
<!--
315-
<dependency>
316-
<groupId>org.hamcrest</groupId>
317-
<artifactId>hamcrest</artifactId>
318-
<version>${hamcrest.version}</version>
319-
<scope>test</scope>
320-
</dependency>
321-
<dependency>
322-
<groupId>org.hamcrest</groupId>
323-
<artifactId>hamcrest-core</artifactId>
324-
<version>${hamcrest.version}</version>
325-
<scope>test</scope>
326-
</dependency>
327-
<dependency>
328-
<groupId>org.hamcrest</groupId>
329-
<artifactId>hamcrest-library</artifactId>
330-
<version>${hamcrest.version}</version>
331-
<scope>test</scope>
332-
</dependency>
333-
<dependency>
334-
<groupId>org.jsoup</groupId>
335-
<artifactId>jsoup</artifactId>
336-
<version>${jsoup.version}</version>
337-
<scope>test</scope>
338-
</dependency>
339-
-->
340-
341300
<dependency>
342301
<groupId>org.postgresql</groupId>
343302
<artifactId>postgresql</artifactId>
@@ -490,15 +449,6 @@
490449
</exclusion>
491450
</exclusions>
492451
</dependency>
493-
<!--
494-
<dependency>
495-
<groupId>com.github.spotbugs</groupId>
496-
<artifactId>spotbugs-maven-plugin</artifactId>
497-
<version>${version.spotbugs-maven-plugin}</version>
498-
<type>maven-plugin</type>
499-
<scope>provided</scope>
500-
</dependency>
501-
-->
502452
<dependency>
503453
<groupId>org.apache.maven.plugins</groupId>
504454
<artifactId>maven-pmd-plugin</artifactId>
@@ -574,32 +524,6 @@
574524
<type>maven-plugin</type>
575525
<scope>provided</scope>
576526
</dependency>
577-
<!--
578-
<dependency>
579-
<groupId>org.apache.maven.doxia</groupId>
580-
<artifactId>doxia-module-markdown</artifactId>
581-
<version>${version.doxia-module-markdown}</version>
582-
<scope>provided</scope>
583-
</dependency>
584-
<dependency>
585-
<groupId>org.xmlunit</groupId>
586-
<artifactId>xmlunit-legacy</artifactId>
587-
<version>${xmlunit.version}</version>
588-
<scope>test</scope>
589-
</dependency>
590-
<dependency>
591-
<groupId>net.sourceforge.htmlunit</groupId>
592-
<artifactId>htmlunit</artifactId>
593-
<version>${htmlunit.version}</version>
594-
<scope>test</scope>
595-
</dependency>
596-
<dependency>
597-
<groupId>org.codehaus.groovy</groupId>
598-
<artifactId>groovy-all</artifactId>
599-
<version>${version.groovy-all}</version>
600-
<scope>test</scope>
601-
</dependency>
602-
-->
603527
</dependencies>
604528
</dependencyManagement>
605529

@@ -610,14 +534,12 @@
610534
<scope>provided</scope>
611535
<optional>false</optional>
612536
</dependency>
613-
<!--
614537
<dependency>
615538
<groupId>org.springframework.boot</groupId>
616539
<artifactId>spring-boot-devtools</artifactId>
617540
<scope>provided</scope>
618541
<optional>true</optional>
619542
</dependency>
620-
-->
621543
<dependency>
622544
<groupId>org.springframework.boot</groupId>
623545
<artifactId>spring-boot-configuration-processor</artifactId>
@@ -628,16 +550,6 @@
628550
<groupId>org.springframework.boot</groupId>
629551
<artifactId>spring-boot-starter-actuator</artifactId>
630552
</dependency>
631-
<!--
632-
<dependency>
633-
<groupId>org.springframework.boot</groupId>
634-
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
635-
</dependency>
636-
<dependency>
637-
<groupId>org.springframework.boot</groupId>
638-
<artifactId>spring-boot-starter-data-jdbc</artifactId>
639-
</dependency>
640-
-->
641553
<dependency>
642554
<groupId>org.springframework.boot</groupId>
643555
<artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -691,88 +603,6 @@
691603
<groupId>org.springframework.boot</groupId>
692604
<artifactId>spring-boot-starter-logging</artifactId>
693605
</dependency>
694-
<!--
695-
<dependency>
696-
<groupId>org.springframework.boot</groupId>
697-
<artifactId>spring-boot-starter-cache</artifactId>
698-
</dependency>
699-
-->
700-
<!--
701-
<dependency>
702-
<groupId>org.springframework</groupId>
703-
<artifactId>spring-core</artifactId>
704-
</dependency>
705-
<dependency>
706-
<groupId>org.springframework</groupId>
707-
<artifactId>spring-beans</artifactId>
708-
<scope>compile</scope>
709-
</dependency>
710-
<dependency>
711-
<groupId>org.springframework</groupId>
712-
<artifactId>spring-context</artifactId>
713-
</dependency>
714-
<dependency>
715-
<groupId>org.springframework</groupId>
716-
<artifactId>spring-context-support</artifactId>
717-
</dependency>
718-
<dependency>
719-
<groupId>org.springframework</groupId>
720-
<artifactId>spring-web</artifactId>
721-
</dependency>
722-
<dependency>
723-
<groupId>org.springframework</groupId>
724-
<artifactId>spring-webmvc</artifactId>
725-
</dependency>
726-
<dependency>
727-
<groupId>org.springframework</groupId>
728-
<artifactId>spring-tx</artifactId>
729-
</dependency>
730-
<dependency>
731-
<groupId>org.springframework</groupId>
732-
<artifactId>spring-jdbc</artifactId>
733-
</dependency>
734-
<dependency>
735-
<groupId>org.springframework</groupId>
736-
<artifactId>spring-orm</artifactId>
737-
</dependency>
738-
<dependency>
739-
<groupId>org.springframework</groupId>
740-
<artifactId>spring-expression</artifactId>
741-
</dependency>
742-
<dependency>
743-
<groupId>org.springframework.security</groupId>
744-
<artifactId>spring-security-core</artifactId>
745-
</dependency>
746-
<dependency>
747-
<groupId>org.springframework.security</groupId>
748-
<artifactId>spring-security-config</artifactId>
749-
</dependency>
750-
<dependency>
751-
<groupId>org.springframework.security</groupId>
752-
<artifactId>spring-security-remoting</artifactId>
753-
</dependency>
754-
755-
<dependency>
756-
<groupId>org.springframework.security</groupId>
757-
<artifactId>spring-security-web</artifactId>
758-
</dependency>
759-
<dependency>
760-
<groupId>org.springframework.security</groupId>
761-
<artifactId>spring-security-data</artifactId>
762-
</dependency>
763-
<dependency>
764-
<groupId>org.springframework.session</groupId>
765-
<artifactId>spring-session-core</artifactId>
766-
</dependency>
767-
<dependency>
768-
<groupId>org.springframework.session</groupId>
769-
<artifactId>spring-session-jdbc</artifactId>
770-
</dependency>
771-
<dependency>
772-
<groupId>org.springframework.data</groupId>
773-
<artifactId>spring-data-commons</artifactId>
774-
</dependency>
775-
-->
776606

777607
<dependency>
778608
<groupId>org.springframework.security</groupId>
@@ -840,19 +670,6 @@
840670
<artifactId>HikariCP</artifactId>
841671
</dependency>
842672

843-
<!--
844-
<dependency>
845-
<groupId>org.hibernate</groupId>
846-
<artifactId>hibernate-core</artifactId>
847-
</dependency>
848-
<dependency>
849-
<groupId>org.jsoup</groupId>
850-
<artifactId>jsoup</artifactId>
851-
<scope>test</scope>
852-
</dependency>
853-
-->
854-
855-
<!-- scope test - without dependency-management in this pom.xml -->
856673
<dependency>
857674
<groupId>org.junit.jupiter</groupId>
858675
<artifactId>junit-jupiter-engine</artifactId>
@@ -863,35 +680,6 @@
863680
<artifactId>junit-jupiter-api</artifactId>
864681
<scope>test</scope>
865682
</dependency>
866-
867-
<!--
868-
<dependency>
869-
<groupId>org.hamcrest</groupId>
870-
<artifactId>hamcrest</artifactId>
871-
<scope>test</scope>
872-
</dependency>
873-
<dependency>
874-
<groupId>org.hamcrest</groupId>
875-
<artifactId>hamcrest-core</artifactId>
876-
<scope>test</scope>
877-
</dependency>
878-
<dependency>
879-
<groupId>org.hamcrest</groupId>
880-
<artifactId>hamcrest-library</artifactId>
881-
<scope>test</scope>
882-
</dependency>
883-
<dependency>
884-
<groupId>org.xmlunit</groupId>
885-
<artifactId>xmlunit-legacy</artifactId>
886-
<scope>test</scope>
887-
</dependency>
888-
<dependency>
889-
<groupId>net.sourceforge.htmlunit</groupId>
890-
<artifactId>htmlunit</artifactId>
891-
<scope>test</scope>
892-
</dependency>
893-
-->
894-
895683
<!-- scm -->
896684
<dependency>
897685
<groupId>org.apache.maven.scm</groupId>
@@ -995,14 +783,6 @@
995783
<type>maven-plugin</type>
996784
<scope>provided</scope>
997785
</dependency>
998-
<!--
999-
<dependency>
1000-
<groupId>com.github.spotbugs</groupId>
1001-
<artifactId>spotbugs-maven-plugin</artifactId>
1002-
<type>maven-plugin</type>
1003-
<scope>provided</scope>
1004-
</dependency>
1005-
-->
1006786
<dependency>
1007787
<groupId>org.apache.maven.plugins</groupId>
1008788
<artifactId>maven-pmd-plugin</artifactId>
@@ -1057,18 +837,6 @@
1057837
<type>maven-plugin</type>
1058838
<scope>provided</scope>
1059839
</dependency>
1060-
<!--
1061-
<dependency>
1062-
<groupId>org.apache.maven.doxia</groupId>
1063-
<artifactId>doxia-module-markdown</artifactId>
1064-
<scope>provided</scope>
1065-
</dependency>
1066-
<dependency>
1067-
<groupId>org.codehaus.groovy</groupId>
1068-
<artifactId>groovy-all</artifactId>
1069-
<scope>test</scope>
1070-
</dependency>
1071-
-->
1072840
</dependencies>
1073841

1074842
<build>
@@ -1306,29 +1074,10 @@
13061074
<groupId>org.springframework.boot</groupId>
13071075
<artifactId>spring-boot-configuration-processor</artifactId>
13081076
</exclude>
1309-
<!--
13101077
<exclude>
13111078
<groupId>org.springframework.boot</groupId>
1312-
<artifactId>spring-boot-configuration-processor</artifactId>
1079+
<artifactId>spring-boot-devtools</artifactId>
13131080
</exclude>
1314-
<excludeArtifactIds>
1315-
jboss-transaction-api_1.2_spec,
1316-
byte-buddy-agent,byte-buddy,
1317-
backport9,backport-util-concurrent,
1318-
spring-boot-configuration-processor,
1319-
spring-boot-devtools,
1320-
ganymed-ssh2,maven-toolchain,
1321-
weld-probe-core,antlr,
1322-
bsh,velocity-tools,
1323-
liquibase-core,
1324-
jruby-complete,
1325-
cdi-api,
1326-
lombok,
1327-
jcommander,
1328-
checkstyle,
1329-
plexus-build-api
1330-
</excludeArtifactIds>
1331-
-->
13321081
</excludes>
13331082
</configuration>
13341083
<executions>

0 commit comments

Comments
 (0)