File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
jetty-osgi/test-jetty-osgi/src/test/java/org/eclipse/jetty/osgi/test Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,13 @@ public static void coreJettyDependencies(List<Option> res)
169
169
res .add (mavenBundle ().groupId ("org.eclipse.platform" ).artifactId ("org.eclipse.osgi.util" ).versionAsInProject ());
170
170
res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.service.cm" ).versionAsInProject ());
171
171
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 ());
172
173
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 ());
173
179
res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.util.function" ).versionAsInProject ());
174
180
res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.util.function" ).versionAsInProject ());
175
181
res .add (mavenBundle ().groupId ("org.osgi" ).artifactId ("org.osgi.util.promise" ).versionAsInProject ());
You can’t perform that action at this time.
0 commit comments