#2611 Scope org.eclipse.tycho:tycho-compiler-jdt under test

Since the removal of the Eclipse Specific compiler workarounds in c2e803403027f3fae92bd15b0ba50ab7df5063e6
the org.eclipse.tycho:tycho-compiler-jdt dependency is no longer needed in the compile code, we only need it for tests
This commit is contained in:
Filip Hrisafov 2021-10-16 19:10:40 +02:00
parent 5df6b7a75b
commit e86c0faf04

View File

@ -44,8 +44,7 @@
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-jdt</artifactId>
<scope>provided</scope>
<optional>true</optional>
<scope>test</scope>
</dependency>
<!-- Test -->
<dependency>