Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
<commons.junit.version>5.11.4</commons.junit.version>
<!-- JUnit Pioneer 2 requires Java 11 -->
<commons.junit-pioneer.version>1.9.1</commons.junit-pioneer.version>
<commons.mockito.version>4.11.0</commons.mockito.version>
<commons.jmh.version>1.37</commons.jmh.version>
<commons.asm.version>9.7.1</commons.asm.version>
<commons.taglist.version>3.2.1</commons.taglist.version>
Expand Down Expand Up @@ -350,12 +349,6 @@
<artifactId>junit-pioneer</artifactId>
<version>${commons.junit-pioneer.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockit-core</artifactId>
<version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down
1 change: 0 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.junit-pioneer:junit-pioneer to dependencyManagement.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.maven.plugins:maven-changes-plugin to pluginManagement.</action>
<action type="add" dev="ggregory" due-to="Arnout Engelen">Add mockito to dependencyManagement #568.</action>
<!-- UPDATE -->
<action type="update" dev="sjaranowski" due-to="Slawomir Jaranowski">Update site skin and reports plugins with Doxia 2 stack.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.6 #518, #544.</action>
Expand Down