Skip to content

Commit

Permalink
Merge branch 'master' into issue-837-update-property-includes-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoniuk committed Dec 2, 2022
2 parents b324f5c + f61270b commit 5292c53
Show file tree
Hide file tree
Showing 41 changed files with 427 additions and 462 deletions.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -127,7 +127,6 @@
<maven.compiler.source>${mojo.java.target}</maven.compiler.source>
<junitBomVersion>5.9.1</junitBomVersion>
<mavenVersion>3.2.5</mavenVersion>
<wagonVersion>3.5.2</wagonVersion>
<doxiaVersion>1.11.1</doxiaVersion>
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
<pluginVersion>${project.version}</pluginVersion>
Expand Down
13 changes: 0 additions & 13 deletions versions-common/pom.xml
Expand Up @@ -63,25 +63,12 @@
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
<version>${wagonVersion}</version>
<scope>provided</scope>
</dependency>
<!-- woodstox only used for unit tests -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<scope>test</scope>
</dependency>
<!-- wagon only used for unit tests -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
<version>${wagonVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 5292c53

Please sign in to comment.