Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 1b08daa

Browse files
committed
Remove compiler as a dependency.
1 parent 9458182 commit 1b08daa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
<includes>
3030
<include>**/*Test.java</include>
3131
</includes>
32-
<classpathDependencyExcludes>
33-
<classpathDependencyExclude>org.graalvm.compiler:compiler</classpathDependencyExclude>
34-
</classpathDependencyExcludes>
3532
</configuration>
3633
</plugin>
3734
<plugin>
@@ -140,12 +137,6 @@
140137
<version>${graalvm.version}</version>
141138
<scope>runtime</scope>
142139
</dependency>
143-
<dependency>
144-
<groupId>org.graalvm.compiler</groupId>
145-
<artifactId>compiler</artifactId>
146-
<version>${graalvm.version}</version>
147-
<scope>provided</scope>
148-
</dependency>
149140
<dependency>
150141
<groupId>org.graalvm.tools</groupId>
151142
<artifactId>profiler</artifactId>

0 commit comments

Comments
 (0)