File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ under the License.
8787 <asmVersion >9.8</asmVersion >
8888 <guiceVersion >6.0.0</guiceVersion >
8989 <mockitoVersion >5.18.0</mockitoVersion >
90- <mavenPluginTestingHarnessVersion >4.0.0-beta-4</mavenPluginTestingHarnessVersion >
9190 <eclipseCompilerVersion >3.42.0</eclipseCompilerVersion >
9291 <version .maven-plugin-tools-3.x>3.13.1</version .maven-plugin-tools-3.x>
9392 <version .maven-plugin-tools>4.0.0-beta-1</version .maven-plugin-tools>
@@ -147,6 +146,12 @@ under the License.
147146 <version >${mavenVersion} </version >
148147 <scope >test</scope >
149148 </dependency >
149+ <dependency >
150+ <groupId >org.apache.maven</groupId >
151+ <artifactId >maven-testing</artifactId >
152+ <version >${mavenVersion} </version >
153+ <scope >test</scope >
154+ </dependency >
150155 <dependency >
151156 <groupId >org.apache.maven</groupId >
152157 <artifactId >maven-xml</artifactId >
@@ -159,12 +164,6 @@ under the License.
159164 <version >${guiceVersion} </version >
160165 <scope >test</scope >
161166 </dependency >
162- <dependency >
163- <groupId >org.apache.maven.plugin-testing</groupId >
164- <artifactId >maven-plugin-testing-harness</artifactId >
165- <version >${mavenPluginTestingHarnessVersion} </version >
166- <scope >test</scope >
167- </dependency >
168167 <dependency >
169168 <groupId >org.mockito</groupId >
170169 <artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments