File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,11 @@ updates:
99 directory : " /" # Location of package manifests
1010 schedule :
1111 interval : " weekly"
12+ ignore :
13+ # Ignore all versions : cf pom.xml comments
14+ - dependency-name : " org.sonarsource.java.sonar-java-plugin"
15+ # Ignore all versions : cf pom.xml comments
16+ - dependency-name : " com.mycila:license-maven-plugin"
17+ # Ignore specific versions of another dependency
18+ - dependency-name : " org.springframework.data.spring-data-jpa"
19+ versions : [ "3.x" ]
Original file line number Diff line number Diff line change 227227 <plugin >
228228 <groupId >org.jacoco</groupId >
229229 <artifactId >jacoco-maven-plugin</artifactId >
230- <version >0.8.12 </version >
230+ <version >0.8.13 </version >
231231 <executions >
232232 <execution >
233233 <id >prepare-agent</id >
320320 </execution >
321321 </executions >
322322 </plugin >
323+ <!-- FOR TUs -->
323324 <plugin >
324325 <groupId >org.apache.maven.plugins</groupId >
325326 <artifactId >maven-dependency-plugin</artifactId >
326327 <version >3.8.1</version >
327328 <executions >
328- <!-- only for unit tests ("test-jars" directory used in classpath) -->
329329 <execution >
330330 <id >copy</id >
331331 <phase >test-compile</phase >
You can’t perform that action at this time.
0 commit comments