|
253 | 253 | <type>pom</type> |
254 | 254 | <scope>import</scope> |
255 | 255 | </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 | | - --> |
270 | 256 |
|
271 | 257 | <!-- webjars --> |
272 | 258 | <dependency> |
|
311 | 297 | <optional>false</optional> |
312 | 298 | </dependency> |
313 | 299 |
|
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 | | - |
341 | 300 | <dependency> |
342 | 301 | <groupId>org.postgresql</groupId> |
343 | 302 | <artifactId>postgresql</artifactId> |
|
490 | 449 | </exclusion> |
491 | 450 | </exclusions> |
492 | 451 | </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 | | - --> |
502 | 452 | <dependency> |
503 | 453 | <groupId>org.apache.maven.plugins</groupId> |
504 | 454 | <artifactId>maven-pmd-plugin</artifactId> |
|
574 | 524 | <type>maven-plugin</type> |
575 | 525 | <scope>provided</scope> |
576 | 526 | </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 | | - --> |
603 | 527 | </dependencies> |
604 | 528 | </dependencyManagement> |
605 | 529 |
|
|
610 | 534 | <scope>provided</scope> |
611 | 535 | <optional>false</optional> |
612 | 536 | </dependency> |
613 | | - <!-- |
614 | 537 | <dependency> |
615 | 538 | <groupId>org.springframework.boot</groupId> |
616 | 539 | <artifactId>spring-boot-devtools</artifactId> |
617 | 540 | <scope>provided</scope> |
618 | 541 | <optional>true</optional> |
619 | 542 | </dependency> |
620 | | - --> |
621 | 543 | <dependency> |
622 | 544 | <groupId>org.springframework.boot</groupId> |
623 | 545 | <artifactId>spring-boot-configuration-processor</artifactId> |
|
628 | 550 | <groupId>org.springframework.boot</groupId> |
629 | 551 | <artifactId>spring-boot-starter-actuator</artifactId> |
630 | 552 | </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 | | - --> |
641 | 553 | <dependency> |
642 | 554 | <groupId>org.springframework.boot</groupId> |
643 | 555 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
|
691 | 603 | <groupId>org.springframework.boot</groupId> |
692 | 604 | <artifactId>spring-boot-starter-logging</artifactId> |
693 | 605 | </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 | | - --> |
776 | 606 |
|
777 | 607 | <dependency> |
778 | 608 | <groupId>org.springframework.security</groupId> |
|
840 | 670 | <artifactId>HikariCP</artifactId> |
841 | 671 | </dependency> |
842 | 672 |
|
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 --> |
856 | 673 | <dependency> |
857 | 674 | <groupId>org.junit.jupiter</groupId> |
858 | 675 | <artifactId>junit-jupiter-engine</artifactId> |
|
863 | 680 | <artifactId>junit-jupiter-api</artifactId> |
864 | 681 | <scope>test</scope> |
865 | 682 | </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 | | - |
895 | 683 | <!-- scm --> |
896 | 684 | <dependency> |
897 | 685 | <groupId>org.apache.maven.scm</groupId> |
|
995 | 783 | <type>maven-plugin</type> |
996 | 784 | <scope>provided</scope> |
997 | 785 | </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 | | - --> |
1006 | 786 | <dependency> |
1007 | 787 | <groupId>org.apache.maven.plugins</groupId> |
1008 | 788 | <artifactId>maven-pmd-plugin</artifactId> |
|
1057 | 837 | <type>maven-plugin</type> |
1058 | 838 | <scope>provided</scope> |
1059 | 839 | </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 | | - --> |
1072 | 840 | </dependencies> |
1073 | 841 |
|
1074 | 842 | <build> |
|
1306 | 1074 | <groupId>org.springframework.boot</groupId> |
1307 | 1075 | <artifactId>spring-boot-configuration-processor</artifactId> |
1308 | 1076 | </exclude> |
1309 | | - <!-- |
1310 | 1077 | <exclude> |
1311 | 1078 | <groupId>org.springframework.boot</groupId> |
1312 | | - <artifactId>spring-boot-configuration-processor</artifactId> |
| 1079 | + <artifactId>spring-boot-devtools</artifactId> |
1313 | 1080 | </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 | | - --> |
1332 | 1081 | </excludes> |
1333 | 1082 | </configuration> |
1334 | 1083 | <executions> |
|
0 commit comments