File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 6363 <maven .compiler.target>21</maven .compiler.target>
6464 <spring .version>6.2.0</spring .version>
6565 <postgresql .version>42.7.4</postgresql .version>
66- <dependency-check-maven .version>11.1.0</dependency-check-maven .version>
6766 </properties >
6867
6968 <dependencies >
192191 </execution >
193192 </executions >
194193 </plugin >
195- <plugin >
196- <groupId >org.owasp</groupId >
197- <artifactId >dependency-check-maven</artifactId >
198- <version >${dependency-check-maven.version} </version >
199- <executions >
200- <execution >
201- <goals >
202- <goal >check</goal >
203- </goals >
204- </execution >
205- </executions >
206- <configuration >
207- <failBuildOnCVSS >0</failBuildOnCVSS >
208- </configuration >
209- </plugin >
210194 <plugin >
211195 <groupId >org.basepom.maven</groupId >
212196 <artifactId >duplicate-finder-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments