Skip to content

Commit

Permalink
Move away of maven-compat in tycho-compiler-plugin
Browse files Browse the repository at this point in the history
Preserved for test purposes.
  • Loading branch information
akurtakov committed Sep 6, 2022
1 parent 09563d7 commit 320351e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tycho-compiler-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -67,6 +67,11 @@
<artifactId>tycho-testing-harness</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-core</artifactId>
Expand Down

0 comments on commit 320351e

Please sign in to comment.