Skip to content

Commit

Permalink
[TP] Migrate to mockito-core 5.1.1 from Maven-Central
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Feb 27, 2023
1 parent 864d989 commit f866bd7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
<unit id="org.mockito.mockito-core" version="0.0.0"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand Down Expand Up @@ -111,5 +110,15 @@
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="infinite" includeDependencyScopes="compile,runtime" includeSource="true" label="Testing" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.1.1</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
</target>

0 comments on commit f866bd7

Please sign in to comment.