File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1313 <maven .compiler.source>11</maven .compiler.source>
1414 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
1515 <org .mockito.version>5.20.0</org .mockito.version>
16+ <com .vmlens.version>1.2.19</com .vmlens.version>
1617 <!-- exclusion expression for e2e tests -->
1718 <testExclusions >**/e2e/*.java</testExclusions >
1819 <module-name >${project.groupId} .${project.artifactId} </module-name >
196197 <dependency >
197198 <groupId >com.vmlens</groupId >
198199 <artifactId >api</artifactId >
199- <version >1.2.19 </version >
200+ <version >${com.vmlens.version} </version >
200201 <scope >test</scope >
201202 </dependency >
202203
351352 <plugin >
352353 <groupId >com.vmlens</groupId >
353354 <artifactId >vmlens-maven-plugin</artifactId >
354- <version >1.2.19 </version >
355+ <version >${com.vmlens.version} </version >
355356 <executions >
356357 <execution >
357358 <id >test</id >
You can’t perform that action at this time.
0 commit comments