Skip to content

Commit

Permalink
Removed jmock
Browse files Browse the repository at this point in the history
It's not used anyway
  • Loading branch information
LorenzoBettini committed Jul 10, 2021
1 parent ff70c30 commit 4a2288e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="org.pitest.pitclipse.target" sequenceNumber="2">
<target name="org.pitest.pitclipse.target" sequenceNumber="3">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.e4.core.tools.feature.source.feature.group" version="0.0.0"/>
Expand All @@ -18,7 +18,6 @@
<unit id="org.apache.commons.lang3" version="0.0.0"/>
<unit id="org.hamcrest.core" version="0.0.0"/>
<unit id="org.hamcrest.core.source" version="0.0.0"/>
<unit id="org.jmock" version="0.0.0"/>
<unit id="org.junit" version="0.0.0"/>
<unit id="org.junit.jupiter.api" version="0.0.0"/>
<unit id="org.junit.jupiter.api.source" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.apache.commons.lang3;bundle-version="3.1.0",
org.mockito;bundle-version="1.9.5",
org.hamcrest;bundle-version="1.1.0",
org.jmock;bundle-version="1.2.0",
org.objenesis;bundle-version="1.0.0",
org.junit;bundle-version="4.12.0",
org.eclipse.core.runtime;bundle-version="[3.11.1,4.0.0)",
Expand Down

0 comments on commit 4a2288e

Please sign in to comment.