Skip to content

Commit

Permalink
Cleanups after new parent
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 16, 2024
1 parent 1da363d commit a5133ae
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions pom.xml
Expand Up @@ -81,13 +81,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -212,29 +205,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.3.0</version>
<maven>3.2.5</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.2.1 - 3.2.2</version>
<maven>3.1.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.0.0 - 3.2.0</version>
<maven>3.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit a5133ae

Please sign in to comment.