Skip to content

Commit 2e999bb

Browse files
committed
Add OSGi test dependencies
1 parent 62ef018 commit 2e999bb

File tree

1 file changed

+70
-1
lines changed

1 file changed

+70
-1
lines changed

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

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,12 @@
405405
<version>1.0.1</version>
406406
<type>jar</type>
407407
</dependency>
408+
<dependency>
409+
<groupId>org.osgi</groupId>
410+
<artifactId>org.osgi.namespace.implementation</artifactId>
411+
<version>1.0.0</version>
412+
<type>jar</type>
413+
</dependency>
408414
<dependency>
409415
<groupId>org.osgi</groupId>
410416
<artifactId>org.osgi.namespace.service</artifactId>
@@ -543,6 +549,12 @@
543549
<version>1.0.2</version>
544550
<type>jar</type>
545551
</dependency>
552+
<dependency>
553+
<groupId>org.osgi</groupId>
554+
<artifactId>osgi.annotation</artifactId>
555+
<version>8.1.0</version>
556+
<type>jar</type>
557+
</dependency>
546558
</dependencies>
547559
</location>
548560
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="BND" missingManifest="error" type="Maven">
@@ -553,12 +565,23 @@
553565
<version>7.1.0</version>
554566
<type>jar</type>
555567
</dependency>
568+
<dependency>
569+
<groupId>biz.aQute.bnd</groupId>
570+
<artifactId>biz.aQute.bnd.embedded-repo</artifactId>
571+
<version>7.1.0</version>
572+
</dependency>
556573
<dependency>
557574
<groupId>biz.aQute.bnd</groupId>
558-
<artifactId>biz.aQute.bnd.embedded-repo</artifactId>
575+
<artifactId>biz.aQute.tester.junit-platform</artifactId>
559576
<version>7.1.0</version>
560577
<type>jar</type>
561578
</dependency>
579+
<dependency>
580+
<groupId>biz.aQute.bnd</groupId>
581+
<artifactId>biz.aQute.tester</artifactId>
582+
<version>7.1.0</version>
583+
<type>jar</type>
584+
</dependency>>
562585
<dependency>
563586
<groupId>biz.aQute.bnd</groupId>
564587
<artifactId>biz.aQute.bnd.util</artifactId>
@@ -795,6 +818,52 @@
795818
</dependency>
796819
</dependencies>
797820
</location>
821+
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="OSGi Test" missingManifest="error" type="Maven">
822+
<dependencies>
823+
<dependency>
824+
<groupId>org.osgi</groupId>
825+
<artifactId>org.osgi.test.assertj.framework</artifactId>
826+
<version>1.3.0</version>
827+
<type>jar</type>
828+
</dependency>
829+
<dependency>
830+
<groupId>org.osgi</groupId>
831+
<artifactId>org.osgi.test.assertj.log</artifactId>
832+
<version>1.3.0</version>
833+
<type>jar</type>
834+
</dependency>
835+
<dependency>
836+
<groupId>org.osgi</groupId>
837+
<artifactId>org.osgi.test.assertj.promise</artifactId>
838+
<version>1.3.0</version>
839+
<type>jar</type>
840+
</dependency>
841+
<dependency>
842+
<groupId>org.osgi</groupId>
843+
<artifactId>org.osgi.test.common</artifactId>
844+
<version>1.3.0</version>
845+
<type>jar</type>
846+
</dependency>
847+
<dependency>
848+
<groupId>org.osgi</groupId>
849+
<artifactId>org.osgi.test.junit4</artifactId>
850+
<version>1.3.0</version>
851+
<type>jar</type>
852+
</dependency>
853+
<dependency>
854+
<groupId>org.osgi</groupId>
855+
<artifactId>org.osgi.test.junit5.cm</artifactId>
856+
<version>1.3.0</version>
857+
<type>jar</type>
858+
</dependency>
859+
<dependency>
860+
<groupId>org.osgi</groupId>
861+
<artifactId>org.osgi.test.junit5</artifactId>
862+
<version>1.3.0</version>
863+
<type>jar</type>
864+
</dependency>
865+
</dependencies>
866+
</location>
798867
</locations>
799868
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
800869
</target>

0 commit comments

Comments
 (0)