This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new e17f5e5  Remove org.codehaus.groovy:groovy-xml from 
maven-archetype-plugin dependency
e17f5e5 is described below

commit e17f5e5bc90526926a6a25670e351842bbce2282
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Dec 24 11:24:40 2025 +0100

    Remove org.codehaus.groovy:groovy-xml from maven-archetype-plugin dependency
    
    groovy-xml is provided by default by maven-archetype-plugin
    there is used old groupId for groovy
---
 .../src/test/resources/projects/it-basic/verify.groovy             | 2 ++
 pom.xml                                                            | 7 -------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git 
a/maven-archetype-plugin/src/test/resources/projects/it-basic/verify.groovy 
b/maven-archetype-plugin/src/test/resources/projects/it-basic/verify.groovy
index de86e23..cb8c32d 100644
--- a/maven-archetype-plugin/src/test/resources/projects/it-basic/verify.groovy
+++ b/maven-archetype-plugin/src/test/resources/projects/it-basic/verify.groovy
@@ -1,3 +1,5 @@
+import groovy.xml.XmlParser
+
 File descriptorFile = new File( basedir, 
"project/basic-maven-plugin/target/classes/META-INF/maven/plugin.xml" );
 assert descriptorFile.isFile()
 
diff --git a/pom.xml b/pom.xml
index 3a32976..6d193b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,13 +114,6 @@ under the License.
           <configuration>
             <ignoreEOLStyle>true</ignoreEOLStyle>
           </configuration>
-          <dependencies>
-            <dependency>
-              <groupId>org.codehaus.groovy</groupId>
-              <artifactId>groovy-xml</artifactId>
-              <version>2.4.16</version>
-            </dependency>
-          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to