Skip to content

Commit

Permalink
avoid issues with eclipse ranges
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Dec 7, 2022
1 parent 48b4644 commit a244ec8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jetty-p2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
<dependencies>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.p2.core</artifactId>
<version>2.6.200</version>
</dependency>
</dependencies>
<executions>
<execution>
<configuration>
Expand Down

0 comments on commit a244ec8

Please sign in to comment.