Skip to content

Commit e74dcc8

Browse files
sparsickslawekjaranowski
authored andcommitted
chore: remove junit3 references
Signed-off-by: Sandra Parsick <sandra@parsick.dev>
1 parent 29a2baa commit e74dcc8

File tree

10 files changed

+0
-57
lines changed

10 files changed

+0
-57
lines changed

plexus-compiler-its/src/main/it/error-prone-compiler/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535
<plexus.compiler.version>@pom.version@</plexus.compiler.version>
3636
</properties>
3737

38-
<dependencies>
39-
<dependency>
40-
<groupId>junit</groupId>
41-
<artifactId>junit</artifactId>
42-
<version>@junit.version@</version>
43-
<scope>test</scope>
44-
</dependency>
45-
</dependencies>
46-
4738
<build>
4839
<plugins>
4940
<plugin>

plexus-compiler-its/src/main/it/error-prone-compiler/src/test/java/MyTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@
1717
* under the License.
1818
*/
1919

20-
import junit.framework.TestCase;
21-
2220
import java.util.*;
2321

2422
public class MyTest
25-
extends TestCase
2623
{
2724
// InfiniteRecursion
2825
int oops() {

plexus-compiler-its/src/main/it/simple-eclipse-compiler-fail/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@
3737
<plexus.compiler.version>@pom.version@</plexus.compiler.version>
3838
</properties>
3939

40-
<dependencies>
41-
<dependency>
42-
<groupId>junit</groupId>
43-
<artifactId>junit</artifactId>
44-
<version>@junit.version@</version>
45-
<scope>test</scope>
46-
</dependency>
47-
</dependencies>
48-
4940
<build>
5041
<plugins>
5142
<plugin>

plexus-compiler-its/src/main/it/simple-eclipse-compiler-fail/src/test/java/MyTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
* under the License.
1818
*/
1919

20-
import junit.framework.TestCase;
2120

2221
public class MyTest
23-
extends TestCase
2422
{
2523

2624
bar

plexus-compiler-its/src/main/it/simple-eclipse-compiler/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@
3737
<plexus.compiler.version>@pom.version@</plexus.compiler.version>
3838
</properties>
3939

40-
<dependencies>
41-
<dependency>
42-
<groupId>junit</groupId>
43-
<artifactId>junit</artifactId>
44-
<version>@junit.version@</version>
45-
<scope>test</scope>
46-
</dependency>
47-
</dependencies>
4840

4941
<build>
5042
<plugins>

plexus-compiler-its/src/main/it/simple-eclipse-compiler/src/test/java/MyTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import junit.framework.TestCase;
21-
2220
public class MyTest
23-
extends TestCase
2421
{
2522

2623
}

plexus-compiler-its/src/main/it/simple-javac-fork/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@
3636
<plexus.compiler.version>@project.version@</plexus.compiler.version>
3737
</properties>
3838

39-
<dependencies>
40-
<dependency>
41-
<groupId>junit</groupId>
42-
<artifactId>junit</artifactId>
43-
<version>@junit.version@</version>
44-
<scope>test</scope>
45-
</dependency>
46-
</dependencies>
47-
4839
<build>
4940
<plugins>
5041
<plugin>

plexus-compiler-its/src/main/it/simple-javac-fork/src/test/java/MyTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
* under the License.
1818
*/
1919

20-
import junit.framework.TestCase;
2120

2221
public class MyTest
23-
extends TestCase
2422
{
2523

2624
}

plexus-compiler-its/src/main/it/simple-javac/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@
3737
<plexus.compiler.version>@pom.version@</plexus.compiler.version>
3838
</properties>
3939

40-
<dependencies>
41-
<dependency>
42-
<groupId>junit</groupId>
43-
<artifactId>junit</artifactId>
44-
<version>@junit.version@</version>
45-
<scope>test</scope>
46-
</dependency>
47-
</dependencies>
48-
4940
<build>
5041
<plugins>
5142
<plugin>

plexus-compiler-its/src/main/it/simple-javac/src/test/java/MyTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import junit.framework.TestCase;
21-
2220
public class MyTest
23-
extends TestCase
2421
{
2522

2623
}

0 commit comments

Comments
 (0)