|
24 | 24 | <parent> |
25 | 25 | <groupId>org.springframework.boot</groupId> |
26 | 26 | <artifactId>spring-boot-starter-parent</artifactId> |
27 | | - <version>2.5.4</version> |
| 27 | + <version>2.6.6</version> |
28 | 28 | <relativePath/> |
29 | 29 | <!-- lookup parent from repository --> |
30 | 30 | </parent> |
|
190 | 190 | <version>${springframework.version}</version> |
191 | 191 | </dependency> |
192 | 192 |
|
193 | | - <dependency> |
194 | | - <groupId>org.springframework</groupId> |
195 | | - <artifactId>spring-context</artifactId> |
196 | | - <version>${springframework.version}</version> |
197 | | - </dependency> |
| 193 | +<!-- <dependency>--> |
| 194 | +<!-- <groupId>org.springframework</groupId>--> |
| 195 | +<!-- <artifactId>spring-context</artifactId>--> |
| 196 | +<!-- <version>${springframework.version}</version>--> |
| 197 | +<!-- </dependency>--> |
198 | 198 |
|
199 | 199 | <dependency> |
200 | 200 | <groupId>org.springframework</groupId> |
|
226 | 226 | <version>${springframework.version}</version> |
227 | 227 | </dependency> |
228 | 228 |
|
| 229 | +<!-- <!– https://mvnrepository.com/artifact/org.springframework/spring-expression –>--> |
| 230 | + <dependency> |
| 231 | + <groupId>org.springframework</groupId> |
| 232 | + <artifactId>spring-expression</artifactId> |
| 233 | + <version>${springframework.version}</version> |
| 234 | + </dependency> |
| 235 | + |
229 | 236 | <dependency> |
230 | 237 | <groupId>org.springframework.boot</groupId> |
231 | 238 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
|
241 | 248 | <groupId>org.springframework.boot</groupId> |
242 | 249 | <artifactId>spring-boot-starter</artifactId> |
243 | 250 | <exclusions> |
244 | | - <exclusion> |
245 | | - <groupId>org.springframework.boot</groupId> |
246 | | - <artifactId>spring-boot-starter-logging</artifactId> |
247 | | - </exclusion> |
| 251 | + <exclusion> |
| 252 | + <groupId>org.springframework.boot</groupId> |
| 253 | + <artifactId>spring-boot-starter-logging</artifactId> |
| 254 | + </exclusion> |
248 | 255 | </exclusions> |
249 | 256 | </dependency> |
250 | 257 |
|
|
348 | 355 | <version>${okhttp.version}</version> |
349 | 356 | </dependency> |
350 | 357 |
|
351 | | - <dependency> |
352 | | - <groupId>com.fasterxml.jackson.core</groupId> |
353 | | - <artifactId>jackson-databind</artifactId> |
354 | | - <version>${jackson-databind.version}</version> |
355 | | - </dependency> |
| 358 | +<!-- <dependency>--> |
| 359 | +<!-- <groupId>com.fasterxml.jackson.core</groupId>--> |
| 360 | +<!-- <artifactId>jackson-databind</artifactId>--> |
| 361 | +<!-- <version>${jackson-databind.version}</version>--> |
| 362 | +<!-- </dependency>--> |
356 | 363 |
|
357 | 364 | <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --> |
358 | 365 | <dependency> |
|
653 | 660 | <groupId>net.sourceforge.pmd</groupId> |
654 | 661 | <artifactId>pmd-core</artifactId> |
655 | 662 | <version>${pmd.version}</version> |
656 | | - </dependency> |
657 | | - <dependency> |
| 663 | + </dependency> |
| 664 | + <dependency> |
658 | 665 | <groupId>net.sourceforge.pmd</groupId> |
659 | 666 | <artifactId>pmd-java</artifactId> |
660 | 667 | <version>${pmd.version}</version> |
661 | | - </dependency> |
662 | | - <dependency> |
| 668 | + </dependency> |
| 669 | + <dependency> |
663 | 670 | <groupId>net.sourceforge.pmd</groupId> |
664 | 671 | <artifactId>pmd-javascript</artifactId> |
665 | 672 | <version>${pmd.version}</version> |
666 | | - </dependency> |
667 | | - <dependency> |
| 673 | + </dependency> |
| 674 | + <dependency> |
668 | 675 | <groupId>net.sourceforge.pmd</groupId> |
669 | 676 | <artifactId>pmd-jsp</artifactId> |
670 | 677 | <version>${pmd.version}</version> |
671 | | - </dependency> |
| 678 | + </dependency> |
672 | 679 | </dependencies> |
673 | 680 | </plugin> |
674 | 681 | <plugin> |
|
762 | 769 | <buildDirectory>${project.build.directory}</buildDirectory> |
763 | 770 | </systemPropertyVariables> |
764 | 771 | </configuration> |
765 | | - <executions> |
766 | | - <execution> |
767 | | - <phase>integration-test</phase> |
768 | | - <goals> |
769 | | - <goal>test</goal> |
770 | | - </goals> |
771 | | - <configuration> |
772 | | - <includes> |
773 | | - <include>**/*IT</include> |
774 | | - </includes> |
775 | | - </configuration> |
776 | | - </execution> |
777 | | - </executions> |
| 772 | + <executions> |
| 773 | + <execution> |
| 774 | + <phase>integration-test</phase> |
| 775 | + <goals> |
| 776 | + <goal>test</goal> |
| 777 | + </goals> |
| 778 | + <configuration> |
| 779 | + <includes> |
| 780 | + <include>**/*IT</include> |
| 781 | + </includes> |
| 782 | + </configuration> |
| 783 | + </execution> |
| 784 | + </executions> |
778 | 785 | </plugin> |
779 | 786 | <plugin> |
780 | 787 | <groupId>com.mycila</groupId> |
|
846 | 853 | <targetTests> |
847 | 854 | <param>io.dataspaceconnector.model*</param> |
848 | 855 | </targetTests> |
849 | | -<!-- <excludedTestClasses>--> |
850 | | -<!-- <param>**</param>--> |
851 | | -<!-- </excludedTestClasses>--> |
| 856 | + <!-- <excludedTestClasses>--> |
| 857 | + <!-- <param>**</param>--> |
| 858 | + <!-- </excludedTestClasses>--> |
852 | 859 | <mutators> |
853 | 860 | <mutator>ALL</mutator> |
854 | 861 | </mutators> |
|
876 | 883 | <artifactId>maven-project-info-reports-plugin</artifactId> |
877 | 884 | <version>${maven-project-info-reports-plugin.version}</version> |
878 | 885 | </plugin> |
879 | | - </plugins> |
| 886 | + </plugins> |
880 | 887 | </build> |
881 | 888 |
|
882 | 889 | <reporting> |
|
901 | 908 | </reportSet> |
902 | 909 | </reportSets> |
903 | 910 | </plugin> |
904 | | - <plugin> |
| 911 | + <plugin> |
905 | 912 | <groupId>org.apache.maven.plugins</groupId> |
906 | 913 | <artifactId>maven-pmd-plugin</artifactId> |
907 | 914 | </plugin> |
|
943 | 950 | <configuration> |
944 | 951 | <tagListOptions> |
945 | 952 | <tagClasses> |
946 | | - <tagClass> |
947 | | - <displayName>TODO</displayName> |
948 | | - <tags> |
949 | | - <tag> |
950 | | - <matchString>TODO</matchString> |
951 | | - <matchType>exact</matchType> |
952 | | - </tag> |
953 | | - </tags> |
954 | | - </tagClass> |
| 953 | + <tagClass> |
| 954 | + <displayName>TODO</displayName> |
| 955 | + <tags> |
| 956 | + <tag> |
| 957 | + <matchString>TODO</matchString> |
| 958 | + <matchType>exact</matchType> |
| 959 | + </tag> |
| 960 | + </tags> |
| 961 | + </tagClass> |
955 | 962 | </tagClasses> |
956 | | - </tagListOptions> |
| 963 | + </tagListOptions> |
957 | 964 | </configuration> |
958 | 965 | </plugin> |
959 | 966 | <plugin> |
960 | 967 | <groupId>org.apache.maven.plugins</groupId> |
961 | 968 | <artifactId>maven-surefire-report-plugin</artifactId> |
962 | 969 | <version>${maven-surefire-plugin.version}</version> |
963 | | - </plugin> |
| 970 | + </plugin> |
964 | 971 | <plugin> |
965 | 972 | <groupId>org.pitest</groupId> |
966 | 973 | <artifactId>pitest-maven</artifactId> |
|
0 commit comments