File tree Expand file tree Collapse file tree
jetty-osgi/test-jetty-osgi/src/test/java/org/eclipse/jetty/osgi/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,7 +169,13 @@ public static void coreJettyDependencies(List<Option> res)
169169 res .add (mavenBundle ().groupId ("org.eclipse.platform" ).artifactId ("org.eclipse.osgi.util" ).versionAsInProject ());
170170 res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.cm" ).versionAsInProject ());
171171 res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.component" ).versionAsInProject ());
172+ res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.device" ).versionAsInProject ());
172173 res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.event" ).versionAsInProject ());
174+ res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.metatype" ).versionAsInProject ());
175+ res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.provisioning" ).versionAsInProject ());
176+ res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.upnp" ).versionAsInProject ());
177+ res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.useradmin" ).versionAsInProject ());
178+ res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.wireadmin" ).versionAsInProject ());
173179 res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.util.function" ).versionAsInProject ());
174180 res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.util.function" ).versionAsInProject ());
175181 res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.util.promise" ).versionAsInProject ());
You can’t perform that action at this time.
0 commit comments