You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/06/22 22:43:21 UTC

[maven-surefire] 04/07: removed unnecessary jar in integration test

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

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

commit bc86e1b184081634f0143f5a430a07e26472a512
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Jun 23 00:22:13 2020 +0200

    removed unnecessary <type>jar</type> in integration test
---
 surefire-its/src/test/resources/crash-during-test/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/surefire-its/src/test/resources/crash-during-test/pom.xml b/surefire-its/src/test/resources/crash-during-test/pom.xml
index 8dd83ec..66f3fce 100644
--- a/surefire-its/src/test/resources/crash-during-test/pom.xml
+++ b/surefire-its/src/test/resources/crash-during-test/pom.xml
@@ -46,7 +46,6 @@
       <artifactId>crashjvm</artifactId>
       <version>1.0</version>
       <scope>test</scope>
-      <type>jar</type>
     </dependency>
   </dependencies>