Skip to content

Commit 0f8fa12

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

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,52 @@
795795
</dependency>
796796
</dependencies>
797797
</location>
798+
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="OSGi Test" missingManifest="ignore" type="Maven">
799+
<dependencies>
800+
<dependency>
801+
<groupId>org.osgi</groupId>
802+
<artifactId>org.osgi.test.assertj.framework</artifactId>
803+
<version>1.3.0</version>
804+
<type>jar</type>
805+
</dependency>
806+
<dependency>
807+
<groupId>org.osgi</groupId>
808+
<artifactId>org.osgi.test.assertj.log</artifactId>
809+
<version>1.3.0</version>
810+
<type>jar</type>
811+
</dependency>
812+
<dependency>
813+
<groupId>org.osgi</groupId>
814+
<artifactId>org.osgi.test.assertj.promise</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.common</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.junit4</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.junit5.cm</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.junit5</artifactId>
839+
<version>1.3.0</version>
840+
<type>jar</type>
841+
</dependency>
842+
</dependencies>
843+
</location>
798844
</locations>
799845
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
800846
</target>

0 commit comments

Comments
 (0)