File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/github/packageurl/internal Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 */
2222package com .github .packageurl .internal ;
2323
24+ import aQute .bnd .annotation .Cardinality ;
25+ import aQute .bnd .annotation .Resolution ;
2426import aQute .bnd .annotation .spi .ServiceConsumer ;
2527import com .github .packageurl .MalformedPackageURLException ;
2628import com .github .packageurl .PackageURL ;
3739import java .util .TreeMap ;
3840import org .jspecify .annotations .NonNull ;
3941import org .jspecify .annotations .Nullable ;
40- import org .osgi .annotation .bundle .Requirement .Cardinality ;
41- import org .osgi .annotation .bundle .Requirement .Resolution ;
4242
4343@ ServiceConsumer (
4444 value = PackageTypeProvider .class ,
Original file line number Diff line number Diff line change 2121 */
2222package com .github .packageurl .internal ;
2323
24+ import aQute .bnd .annotation .Resolution ;
2425import aQute .bnd .annotation .spi .ServiceProvider ;
2526import com .github .packageurl .MalformedPackageURLException ;
2627import com .github .packageurl .PackageURL ;
3031import java .util .Map ;
3132import org .jspecify .annotations .NonNull ;
3233import org .jspecify .annotations .Nullable ;
33- import org .osgi .annotation .bundle .Requirement .Resolution ;
3434
3535public final class PackageTypeProviders {
3636 private PackageTypeProviders () {}
You can’t perform that action at this time.
0 commit comments