Skip to content

Commit 2ff0e68

Browse files
committed
removed surefire plugin and junit dependency from graalpy-maven-plugin
1 parent e0f2f07 commit 2ff0e68

File tree

1 file changed

+0
-12
lines changed
  • graalpython/graalpy-maven-plugin

1 file changed

+0
-12
lines changed

graalpython/graalpy-maven-plugin/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ SOFTWARE.
6666
<artifactId>maven-plugin-plugin</artifactId>
6767
<version>3.9.0</version>
6868
</plugin>
69-
70-
<plugin>
71-
<groupId>org.apache.maven.plugins</groupId>
72-
<artifactId>maven-surefire-plugin</artifactId>
73-
<version>3.1.2</version>
74-
</plugin>
7569
</plugins>
7670
</build>
7771

@@ -101,12 +95,6 @@ SOFTWARE.
10195
<version>2.0.0-M1</version>
10296
<scope>test</scope>
10397
</dependency>
104-
<dependency>
105-
<groupId>org.junit.jupiter</groupId>
106-
<artifactId>junit-jupiter-engine</artifactId>
107-
<version>5.9.1</version>
108-
<scope>test</scope>
109-
</dependency>
11098

11199
<dependency>
112100
<groupId>org.graalvm.python</groupId>

0 commit comments

Comments
 (0)