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-apache-resources.git


The following commit(s) were added to refs/heads/master by this push:
     new b68ae2c  remove junit3 references from ITs
b68ae2c is described below

commit b68ae2c476e68e21dfd42ce6cdbadaafcc9bdef3
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Dec 28 16:19:39 2025 +0100

    remove junit3 references from ITs
---
 .../maven-projects/zip-and-tar/zip-and-tar-child1/pom.xml        | 9 ---------
 .../maven-projects/zip-and-tar/zip-and-tar-child2/pom.xml        | 9 ---------
 2 files changed, 18 deletions(-)

diff --git 
a/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child1/pom.xml
 
b/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child1/pom.xml
index 8763a4d..11f01f1 100644
--- 
a/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child1/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child1/pom.xml
@@ -29,13 +29,4 @@ under the License.
   </parent>
 
   <artifactId>zip-and-tar-child1</artifactId>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child2/pom.xml
 
b/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child2/pom.xml
index c6de930..57c8e66 100644
--- 
a/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child2/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child2/pom.xml
@@ -29,13 +29,4 @@ under the License.
   </parent>
   
   <artifactId>zip-and-tar-child2</artifactId>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
 </project>

Reply via email to