Skip to content

Commit cb25310

Browse files
committed
Add OSGi test dependencies
1 parent 8b61510 commit cb25310

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,18 @@
411411
<version>1.0.0</version>
412412
<type>jar</type>
413413
</dependency>
414+
<dependency>
415+
<groupId>org.osgi</groupId>
416+
<artifactId>org.osgi.namespace.implementation</artifactId>
417+
<version>1.0.0</version>
418+
<type>jar</type>
419+
</dependency>
420+
<dependency>
421+
<groupId>org.osgi</groupId>
422+
<artifactId>osgi.annotation</artifactId>
423+
<version>8.1.0</version>
424+
<type>jar</type>
425+
</dependency>
414426
<dependency>
415427
<groupId>org.osgi</groupId>
416428
<artifactId>org.osgi.service.cm</artifactId>
@@ -795,6 +807,52 @@
795807
</dependency>
796808
</dependencies>
797809
</location>
810+
<location includeDependencyDepth="none" includeSource="true" label="OSGi Test" missingManifest="error" type="Maven">
811+
<dependencies>
812+
<dependency>
813+
<groupId>org.osgi</groupId>
814+
<artifactId>org.osgi.test.assertj.framework</artifactId>
815+
<version>1.3.0</version>
816+
<type>jar</type>
817+
</dependency>
818+
<dependency>
819+
<groupId>org.osgi</groupId>
820+
<artifactId>org.osgi.test.assertj.log</artifactId>
821+
<version>1.3.0</version>
822+
<type>jar</type>
823+
</dependency>
824+
<dependency>
825+
<groupId>org.osgi</groupId>
826+
<artifactId>org.osgi.test.assertj.promise</artifactId>
827+
<version>1.3.0</version>
828+
<type>jar</type>
829+
</dependency>
830+
<dependency>
831+
<groupId>org.osgi</groupId>
832+
<artifactId>org.osgi.test.common</artifactId>
833+
<version>1.3.0</version>
834+
<type>jar</type>
835+
</dependency>
836+
<dependency>
837+
<groupId>org.osgi</groupId>
838+
<artifactId>org.osgi.test.junit4</artifactId>
839+
<version>1.3.0</version>
840+
<type>jar</type>
841+
</dependency>
842+
<dependency>
843+
<groupId>org.osgi</groupId>
844+
<artifactId>org.osgi.test.junit5.cm</artifactId>
845+
<version>1.3.0</version>
846+
<type>jar</type>
847+
</dependency>
848+
<dependency>
849+
<groupId>org.osgi</groupId>
850+
<artifactId>org.osgi.test.junit5</artifactId>
851+
<version>1.3.0</version>
852+
<type>jar</type>
853+
</dependency>
854+
</dependencies>
855+
</location>
798856
</locations>
799857
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
800858
</target>

0 commit comments

Comments
 (0)