Skip to content

Commit 954ebee

Browse files
cdouillardslachiewicz
authored andcommitted
Replace maven-plugin-testing-harness dependency by maven-testing
1 parent dd76b02 commit 954ebee

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)