Skip to content

Commit

Permalink
Stop overriding ecj to old version
Browse files Browse the repository at this point in the history
Let tycho-compiler-plugin defined ecj dependency be used.
  • Loading branch information
akurtakov committed Apr 11, 2024
1 parent f16a17e commit 3787d93
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<jacoco.destFile>../target/jacoco.exec</jacoco.destFile>
<tycho.scmUrl>scm:git:https://github.com/eclipse-m2e/m2e-core.git</tycho.scmUrl>
<trimStackTrace>false</trimStackTrace>
<ecjVersion>3.32.0</ecjVersion>
</properties>

<modules>
Expand Down Expand Up @@ -193,13 +192,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<dependencies>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>${ecjVersion}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand Down

0 comments on commit 3787d93

Please sign in to comment.