Skip to content

Commit

Permalink
Do not exclude pde.api.tools deps
Browse files Browse the repository at this point in the history
When excluded this leads to mismatching signer problem
  • Loading branch information
akurtakov authored and github-actions[bot] committed Dec 5, 2024
1 parent ab71b55 commit 2d1f5d7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tycho-apitools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,8 @@
<dependency>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.api.tools</artifactId>
<version>1.3.500</version>
<version>1.3.600</version>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.pde</groupId>
Expand Down

0 comments on commit 2d1f5d7

Please sign in to comment.