This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git
The following commit(s) were added to refs/heads/master by this push: new bbdeb54 Move decoration model to test scope (#36) bbdeb54 is described below commit bbdeb54fc7d8b5cf505122b14feffb31c0242710 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Fri Jan 24 19:31:02 2025 +0000 Move decoration model to test scope (#36) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 091599f..cd6a8ad 100644 --- a/pom.xml +++ b/pom.xml @@ -242,6 +242,7 @@ under the License. <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-decoration-model</artifactId> <version>${doxiaVersion}</version> + <scope>test</scope> </dependency> <!-- scm -->