Skip to content

Commit

Permalink
Add more OSGi namespaces and bnd tools api
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Mar 15, 2024
1 parent 96cedfa commit 0795d76
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,21 @@
<version>1.0.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.service</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.extender</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.contract</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="BND" missingManifest="error" type="Maven">
Expand Down Expand Up @@ -585,6 +600,33 @@
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>bndtools.api</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.headless.build.manager</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.versioncontrol.ignores.manager</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.headless.build.plugin.gradle</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.versioncontrol.ignores.plugin.git</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Apache Felix" missingManifest="error" type="Maven">
Expand Down

0 comments on commit 0795d76

Please sign in to comment.