Skip to content

Commit

Permalink
Cleanup redundant definitions after pom update
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 27, 2023
1 parent 69cc330 commit 4a397c2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,13 @@
</ciManagement>

<properties>
<mojo.java.target>8</mojo.java.target>

<!-- some of plugins requires JDK 11 -->
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>

<junitBomVersion>5.10.0</junitBomVersion>
<maven.version>3.2.5</maven.version>
<doxiaVersion>1.12.0</doxiaVersion>
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
<pluginVersion>${project.version}</pluginVersion>
<sitePluginVersion>3.12.1</sitePluginVersion>
<sitePluginVersion>${maven-site-plugin.version}</sitePluginVersion>
<!-- dotted property can not be used in .vm -->
<fluidoVersion>${maven-fluido-skin.version}</fluidoVersion>
<modelloNamespaceRuleVersion>2.1.0</modelloNamespaceRuleVersion>
Expand Down Expand Up @@ -306,14 +302,6 @@
<version>3.0.0</version>
</dependency>

<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junitBomVersion}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- manage transitive dependencies due to security patches -->
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down

0 comments on commit 4a397c2

Please sign in to comment.