Skip to content

Commit

Permalink
Switch from maven-compat to maven-core in tycho-document-bundle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 6, 2022
1 parent 320351e commit b6ad8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tycho-extras/tycho-document-bundle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.tycho</groupId>
Expand Down

0 comments on commit b6ad8f6

Please sign in to comment.