Skip to content

Commit 1aea42d

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

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

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

Lines changed: 88 additions & 0 deletions
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">
@@ -571,6 +583,24 @@
571583
<version>7.1.0</version>
572584
<type>jar</type>
573585
</dependency>
586+
<dependency>
587+
<groupId>biz.aQute.bnd</groupId>
588+
<artifactId>biz.aQute.junit</artifactId>
589+
<version>7.1.0</version>
590+
<type>jar</type>
591+
</dependency>
592+
<dependency>
593+
<groupId>biz.aQute.bnd</groupId>
594+
<artifactId>biz.aQute.launcher</artifactId>
595+
<version>7.1.0</version>
596+
<type>jar</type>
597+
</dependency>
598+
<dependency>
599+
<groupId>biz.aQute.bnd</groupId>
600+
<artifactId>biz.aQute.remote.launcher</artifactId>
601+
<version>7.1.0</version>
602+
<type>jar</type>
603+
</dependency>
574604
<dependency>
575605
<groupId>biz.aQute.bnd</groupId>
576606
<artifactId>biz.aQute.repository</artifactId>
@@ -583,6 +613,18 @@
583613
<version>7.1.0</version>
584614
<type>jar</type>
585615
</dependency>
616+
<dependency>
617+
<groupId>biz.aQute.bnd</groupId>
618+
<artifactId>biz.aQute.tester.junit-platform</artifactId>
619+
<version>7.1.0</version>
620+
<type>jar</type>
621+
</dependency>
622+
<dependency>
623+
<groupId>biz.aQute.bnd</groupId>
624+
<artifactId>biz.aQute.tester</artifactId>
625+
<version>7.1.0</version>
626+
<type>jar</type>
627+
</dependency>
586628
<dependency>
587629
<groupId>org.bndtools</groupId>
588630
<artifactId>bndtools.api</artifactId>
@@ -795,6 +837,52 @@
795837
</dependency>
796838
</dependencies>
797839
</location>
840+
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="OSGi Test" missingManifest="error" type="Maven">
841+
<dependencies>
842+
<dependency>
843+
<groupId>org.osgi</groupId>
844+
<artifactId>org.osgi.test.assertj.framework</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.assertj.log</artifactId>
851+
<version>1.3.0</version>
852+
<type>jar</type>
853+
</dependency>
854+
<dependency>
855+
<groupId>org.osgi</groupId>
856+
<artifactId>org.osgi.test.assertj.promise</artifactId>
857+
<version>1.3.0</version>
858+
<type>jar</type>
859+
</dependency>
860+
<dependency>
861+
<groupId>org.osgi</groupId>
862+
<artifactId>org.osgi.test.common</artifactId>
863+
<version>1.3.0</version>
864+
<type>jar</type>
865+
</dependency>
866+
<dependency>
867+
<groupId>org.osgi</groupId>
868+
<artifactId>org.osgi.test.junit4</artifactId>
869+
<version>1.3.0</version>
870+
<type>jar</type>
871+
</dependency>
872+
<dependency>
873+
<groupId>org.osgi</groupId>
874+
<artifactId>org.osgi.test.junit5.cm</artifactId>
875+
<version>1.3.0</version>
876+
<type>jar</type>
877+
</dependency>
878+
<dependency>
879+
<groupId>org.osgi</groupId>
880+
<artifactId>org.osgi.test.junit5</artifactId>
881+
<version>1.3.0</version>
882+
<type>jar</type>
883+
</dependency>
884+
</dependencies>
885+
</location>
798886
</locations>
799887
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
800888
</target>

0 commit comments

Comments
 (0)