We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f2f07 commit 2ff0e68Copy full SHA for 2ff0e68
graalpython/graalpy-maven-plugin/pom.xml
@@ -66,12 +66,6 @@ SOFTWARE.
66
<artifactId>maven-plugin-plugin</artifactId>
67
<version>3.9.0</version>
68
</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>
75
</plugins>
76
</build>
77
@@ -101,12 +95,6 @@ SOFTWARE.
101
95
<version>2.0.0-M1</version>
102
96
<scope>test</scope>
103
97
</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>
110
98
111
99
<dependency>
112
100
<groupId>org.graalvm.python</groupId>
0 commit comments