Skip to content

Commit 06a6245

Browse files
sparsickslawekjaranowski
authored andcommitted
chore: remove junit3 references
(cherry picked from commit 2c75fc9) with cleanups
1 parent d302b2c commit 06a6245

File tree

23 files changed

+16
-468
lines changed

23 files changed

+16
-468
lines changed

src/it/MJAR-162/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@
2828
<name>Maven</name>
2929
<packaging>jar</packaging>
3030
<description>Avoid creating jars</description>
31-
<dependencies>
32-
<dependency>
33-
<groupId>junit</groupId>
34-
<artifactId>junit</artifactId>
35-
<version>4.13.2</version>
36-
<scope>test</scope>
37-
</dependency>
38-
</dependencies>
3931
<build>
4032
<plugins>
4133
<plugin>

src/it/MJAR-30-excludes/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@
2828
<name>Maven</name>
2929
<packaging>jar</packaging>
3030
<description>Tests excludes.</description>
31-
<dependencies>
32-
<dependency>
33-
<groupId>junit</groupId>
34-
<artifactId>junit</artifactId>
35-
<version>3.8.1</version>
36-
<scope>test</scope>
37-
</dependency>
38-
</dependencies>
3931
<build>
4032
<plugins>
4133
<plugin>
@@ -51,7 +43,7 @@
5143
</plugin>
5244
<plugin>
5345
<artifactId>maven-surefire-plugin</artifactId>
54-
<version>2.3</version>
46+
<version>@version.maven-surefire@</version>
5547
</plugin>
5648
</plugins>
5749
</build>

src/it/MJAR-30-excludes/src/test/java/foo/project003/AppTest.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/it/MJAR-30-excludes/src/test/resources/excluded-file.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/it/MJAR-30-excludes/src/test/resources/test-default-configuration.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/it/MJAR-30-fullcontent/pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,8 @@
2626
<artifactId>maven-jar-plugin-test-mjar-30-01</artifactId>
2727
<version>99.0</version>
2828
<name>Maven</name>
29-
<packaging>jar</packaging>
30-
<url>http://maven.apache.org</url>
3129
<description>Tests the normal behavior of jar-plugin.</description>
32-
<dependencies>
33-
<dependency>
34-
<groupId>junit</groupId>
35-
<artifactId>junit</artifactId>
36-
<version>3.8.1</version>
37-
<scope>test</scope>
38-
</dependency>
39-
</dependencies>
30+
<url>http://maven.apache.org</url>
4031
<build>
4132
<plugins>
4233
<plugin>
@@ -46,7 +37,7 @@
4637
</plugin>
4738
<plugin>
4839
<artifactId>maven-surefire-plugin</artifactId>
49-
<version>2.3</version>
40+
<version>@version.maven-surefire@</version>
5041
</plugin>
5142
</plugins>
5243
</build>

src/it/MJAR-30-fullcontent/src/test/java/foo/project001/AppTest.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/it/MJAR-30-fullcontent/src/test/resources/test-default-configuration.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/it/MJAR-30-include/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ under the License.
4242
</plugin>
4343
<plugin>
4444
<artifactId>maven-surefire-plugin</artifactId>
45-
<version>2.3</version>
45+
<version>@version.maven-surefire@</version>
4646
</plugin>
4747
</plugins>
4848
</build>

src/it/MJAR-62-toolchain/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@
2828
<name>jar plugin it</name>
2929
</organization>
3030

31-
<dependencies>
32-
<dependency>
33-
<groupId>junit</groupId>
34-
<artifactId>junit</artifactId>
35-
<version>4.13.2</version>
36-
</dependency>
37-
</dependencies>
38-
3931
<build>
4032
<plugins>
4133
<plugin>

0 commit comments

Comments
 (0)